diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2018-03-30 02:24:28 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-31 22:22:25 -0400 |
commit | c679f6a26dc3d450b76e94717850a14ff706cc58 (patch) | |
tree | 9af17f074957f8563e15ae40a12f33cf6b59b774 /block/blk-wbt.c | |
parent | ef817102586cca428d6fe0803cc232a3c929141f (diff) |
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 'block/blk-wbt.c')
0 files changed, 0 insertions, 0 deletions