commit | e53c61a055988739e0f7a2cbf14a5e48427778a3 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Sep 10 20:27:49 2013 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:44 2013 -0400 |
tree | fa7257bacf5654ac4b098db8ce21f0eaa0c9fa8b | |
parent | 0acfd4b06e4b4550c94e24a582853df16d4eb5a5 [diff] |
wireless: mwl8k: 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>