commit | f9af73c6f688630fbf84aa2361772613b36021ee | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Thu Sep 12 16:00:31 2013 +0900 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Sep 19 13:30:09 2013 +0300 |
tree | 46daf59a3c52b9e8b0596a1cf018949286c6feb7 | |
parent | f1260e3ec4c4abaadf2a68cf1378a613fb885bbe [diff] |
video: sisfb: 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>