diff options
author | 2018-03-30 02:24:28 +0000 | |
---|---|---|
committer | 2018-03-31 22:22:25 -0400 | |
commit | c679f6a26dc3d450b76e94717850a14ff706cc58 (patch) | |
tree | 9af17f074957f8563e15ae40a12f33cf6b59b774 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netdevsim: Change nsim_devlink_setup to return error to caller (diff) | |
download | linux-dev-c679f6a26dc3d450b76e94717850a14ff706cc58.tar.xz linux-dev-c679f6a26dc3d450b76e94717850a14ff706cc58.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions