OSDN Git Service

iavf: remove duplicate free resources calls
authorStefan Assmann <sassmann@kpanic.de>
Tue, 9 Mar 2021 14:41:42 +0000 (15:41 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 23 Apr 2021 16:03:56 +0000 (09:03 -0700)
commit1a0e880b028f97478dc689e2900b312741d0d772
tree9d47d05274316273fd1eb1213fd27ddb3b597ff5
parent5c208e9f498ed76ad03a09c5089efd4491631562
iavf: remove duplicate free resources calls

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>
drivers/net/ethernet/intel/iavf/iavf_main.c