]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: ams369fg06: use bl_get_data instead of dev_get_drvdata
authorJingoo Han <jg1.han@samsung.com>
Fri, 22 Feb 2013 00:43:47 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:24 +0000 (17:22 -0800)
commitdd91785fed7e49553738ba0f0652a41f2f53cef5
tree1c509668791dae2b4ada8672e66259e42c0bcb45
parent635bb4319f0d8482c4c0cd28fbf9d7a225940e4c
backlight: ams369fg06: use bl_get_data instead of dev_get_drvdata

Use the wrapper function for getting the driver data using
backlight_device instead of using dev_get_drvdata with &bd->dev, so we can
directly pass a struct backlight_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/ams369fg06.c