commit | 72411db379e14411e15d8f75993deb52de13ac56 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Sep 12 15:53:11 2013 +0900 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Sep 19 13:30:06 2013 +0300 |
tree | c6ef52f3629d099a62511ef95f1997ba248ffe04 | |
parent | 1df6af41bd6118681a18445c1b7f94f6893a28b6 [diff] |
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>