]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: tdfxfb: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 07:00:58 +0000 (16:00 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 Sep 2013 10:30:10 +0000 (13:30 +0300)
commite09335a6fe88efb5db5c7e13ea58a5793f023c26
treee3fa331d2e3886f4254a68c67084a07bb903af9b
parentf9af73c6f688630fbf84aa2361772613b36021ee
video: tdfxfb: 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/tdfxfb.c