summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2018-03-30 02:24:28 +0000
committerDavid S. Miller <davem@davemloft.net>2018-03-31 22:22:25 -0400
commitc679f6a26dc3d450b76e94717850a14ff706cc58 (patch)
tree9af17f074957f8563e15ae40a12f33cf6b59b774 /net/core
parentef817102586cca428d6fe0803cc232a3c929141f (diff)
downloadlinux-c679f6a26dc3d450b76e94717850a14ff706cc58.tar.bz2
net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
There is no need for explicit calls of devm_kfree(), as the allocated memory will be freed during driver's detach. The driver core clears the driver data to NULL after device_release. Thus, it is not needed to manually clear the device driver data to NULL. So remove the unnecessary pci_set_drvdata() and devm_kfree(). Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions