mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
iavf: remove duplicate free resources calls
[ Upstream commit 1a0e880b02 ]
Both iavf_free_all_tx_resources() and iavf_free_all_rx_resources() have
already been called in the very same function.
Remove the duplicate calls.
Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6289b028b5
commit
320c50ff84
@@ -3899,8 +3899,6 @@ static void iavf_remove(struct pci_dev *pdev)
|
||||
|
||||
iounmap(hw->hw_addr);
|
||||
pci_release_regions(pdev);
|
||||
iavf_free_all_tx_resources(adapter);
|
||||
iavf_free_all_rx_resources(adapter);
|
||||
iavf_free_queues(adapter);
|
||||
kfree(adapter->vf_res);
|
||||
spin_lock_bh(&adapter->mac_vlan_list_lock);
|
||||
|
||||
Reference in New Issue
Block a user