commit | 3166950070ce6b9d1443758d82c0a42779a02153 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Dec 09 12:24:07 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 09 18:09:27 2013 -0500 |
tree | dd74c81e9bb23c33239c82f05b764543773845a9 | |
parent | 0d74c42f788caf3cad727c61c490d9459bc8918b [diff] |
net: sfc: 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: David S. Miller <davem@davemloft.net>