commit | 81d503660dc959af641bb3b54a9162586297dc39 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Sep 10 20:23:50 2013 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:42 2013 -0400 |
tree | 118f139128214734b6ead7123e784a926473d610 | |
parent | 11caec6952599c95e43e34b87e75a6add5be0067 [diff] |
wireless: airo: 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>