]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Nov 2012 03:04:39 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 05:15:41 +0000 (16:15 +1100)
commitf391d4166d350d2bc6b73a8152fb1d59b8170469
treefd28d394d3d0ccff0a0b793944528c06b0c6e945
parent125fdadbcea15cf195cfb00c95802af1fb2d28c5
backlight: da903x_bl: use dev_get_drvdata() instead of platform_get_drvdata()

dev_get_drvdata() can be used instead of platform_get_drvdata()
to make the code smaller.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/da903x_bl.c