commit | 3ee785f88ea5bc8b14ed16fb8b5682c6762f1c27 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 21 11:12:38 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 17:21:01 2013 -0400 |
tree | 97ed51e3c5c5af324c4c7cdcb2a05263504dbaa2 | |
parent | df2a6448e0cddd182c42e66da8b6f9b72df9133e [diff] |
net: icplus: 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>