video: vt8623fb: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 07:01:53 +0000 (16:01 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 Sep 2013 10:30:10 +0000 (13:30 +0300)
commitfc0b01930e50074f66ab1a7fe6d6a9e1e1ef9e41
treebf7210fb9a4a12737c636974eea01749188d02f3
parente8473074924112d2f075be011f35db5bc9405577
video: vt8623fb: 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/vt8623fb.c