commit | 1348088d6ff39c3b2c560da339eaf6284df95664 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Sep 10 20:25:11 2013 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:43 2013 -0400 |
tree | 6a1e44f3c6628f347ae938c4e6844844ae92e557 | |
parent | 81d503660dc959af641bb3b54a9162586297dc39 [diff] |
wireless: ath10k: 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>