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