commit | 21d35d212469c3138f8916f7e47b779313d79751 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 21 11:14:23 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 17:21:01 2013 -0400 |
tree | f9d5543332278f580bf602c2227cc5c3dcf261c9 | |
parent | 68e35d8c15bfe0e8479c050aeb7fd7b3190a1d30 [diff] |
net: sky2: 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>