]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb4: free up resources of pf 0-3
authorGanesh Goudar <ganeshgr@chelsio.com>
Thu, 15 Feb 2018 12:46:57 +0000 (18:16 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:29:52 +0000 (15:29 -0500)
commit0d90530652c70d81975257020953ec5ce5e789e4
tree7bc451e52f756eedaa6705799b5c48bcd7d33626
parent8416e2e193dd9cf710c17d9cc0047272bee1a447
cxgb4: free up resources of pf 0-3

free pf 0-3 resources, commit 08555ad2ed65 ("cxgb4:
restructure VF mgmt code") erroneously removed the
code which frees the pf 0-3 resources, causing the
probe of pf 0-3 to fail in case of driver reload.

Fixes: 08555ad2ed65 ("cxgb4: restructure VF mgmt code")
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c