]> Pileus Git - ~andy/linux/commit
video: cirrusfb: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:51:57 +0000 (15:51 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 Sep 2013 10:30:06 +0000 (13:30 +0300)
commitd5ddbb00b85486c458854b61f6002a6c8edee0c3
treebd0d5a3b4a5f09b1c5b68e170cf4bf0bb7436538
parent4a70324640e100f375e55e9b502d18c610a8432d
video: cirrusfb: 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/cirrusfb.c