]> git.karo-electronics.de Git - karo-tx-linux.git/commit
backlight: lp8788: remove unnecessary platform_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Wed, 19 Jun 2013 00:07:12 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:00 +0000 (17:27 +1000)
commitdd5bcd9ecf2a006c18a7b4fc20f95b1ff5c20733
treeb59dc10bf63d45c32bce32dc6dc654b1b9d3506b
parentb8d5905d7be33aa15ac15a46676acd6246c0e000
backlight: lp8788: remove unnecessary platform_set_drvdata()

The driver core clears the driver data to NULL after device_release or on
probe failure, since commit 0998d063100 ("device-core: Ensure drvdata =
NULL when no driver is bound").  Thus, it is not needed to manually clear
the device driver data to NULL.

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