commit | 4722cd4d3036c7fd97af0d3aedc869746f1f0cb2 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 21 11:13:07 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 17:21:01 2013 -0400 |
tree | 00686553f4a8d7939d295167ed6939c2ead028e5 | |
parent | 3ee785f88ea5bc8b14ed16fb8b5682c6762f1c27 [diff] |
net: e100: 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>