]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: lxfb: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:53:11 +0000 (15:53 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 Sep 2013 10:30:06 +0000 (13:30 +0300)
commit72411db379e14411e15d8f75993deb52de13ac56
treec6ef52f3629d099a62511ef95f1997ba248ffe04
parent1df6af41bd6118681a18445c1b7f94f6893a28b6
video: lxfb: remove unnecessary pci_set_drvdata()

The driver core clears the driver data to NULL after device_release
or on probe failure. 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/geode/lxfb_core.c