1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/hisilicon
Peiyang Wang 7660833d21 net: hns3: use correct release function during uninitialization
pci_request_regions is called to apply for PCI I/O and memory resources
when the driver is initialized, Therefore, when the driver is uninstalled,
pci_release_regions should be used to release PCI I/O and memory resources
instead of pci_release_mem_regions is used to release memory reasouces
only.

Signed-off-by: Peiyang Wang <wangpeiyang1@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-08-15 13:07:08 +02:00
..
hns net: annotate writes on dev->mtu from ndo_change_mtu() 2024-05-07 16:19:14 -07:00
hns3 net: hns3: use correct release function during uninitialization 2024-08-15 13:07:08 +02:00
hip04_eth.c net: ethernet: hisilicon: Convert to platform remove callback returning void 2023-09-20 09:06:38 +01:00
hisi_femac.c net: ethernet: hisilicon: Convert to platform remove callback returning void 2023-09-20 09:06:38 +01:00
hix5hd2_gmac.c net: ethernet: Use device_get_match_data() 2023-10-13 10:04:53 +01:00
hns_mdio.c net: ethernet: hisilicon: Convert to platform remove callback returning void 2023-09-20 09:06:38 +01:00
Kconfig ethernet: fix PTP_1588_CLOCK dependencies 2021-08-13 17:49:05 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00