commit | d5ddbb00b85486c458854b61f6002a6c8edee0c3 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Sep 12 15:51:57 2013 +0900 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Sep 19 13:30:06 2013 +0300 |
tree | bd0d5a3b4a5f09b1c5b68e170cf4bf0bb7436538 | |
parent | 4a70324640e100f375e55e9b502d18c610a8432d [diff] |
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>