commit | 68351b58036b39fc91d52682a2806aa8a66e53dd | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Sep 10 20:29:19 2013 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:44 2013 -0400 |
tree | c8beeb9f8912da4292fef5debf789b8fab82d838 | |
parent | e53c61a055988739e0f7a2cbf14a5e48427778a3 [diff] |
wireless: orinoco: 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: John W. Linville <linville@tuxdriver.com>