commit | e6e3dbf95cb1d434d26acf3f0197c279ba052df4 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:43:46 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:24 2013 -0800 |
tree | f360a3f440d5a042e96c7e707c806ab19db131da | |
parent | 76cb259819049a932500dea3e6b25b8bc64838f6 [diff] |
pwm_backlight: 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> Cc: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>