]> asedeno.scripts.mit.edu Git - linux.git/commit
cxgb4: free mac_hlist properly
authorArjun Vynipadath <arjun@chelsio.com>
Fri, 9 Nov 2018 09:20:25 +0000 (14:50 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 23:18:00 +0000 (15:18 -0800)
commit2a8d84bf513823ba398f4b2dec41b8decf4041af
tree7558bb63b1b74cd1b7cc7563db9dd650042c49d6
parente6e8869aed897a021fafa6f412e9e4b7e2ea6cd3
cxgb4: free mac_hlist properly

The locally maintained list for tracking hash mac table was
not freed during driver remove.

Signed-off-by: Arjun Vynipadath <arjun@chelsio.com>
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