Re: [PATCH net-next] cxgb4: Remove redundant code in t4_uld_clean_up()
From: Ganesh Goudar Date: Thu, 16 Feb 2017 12:27:15 +0530 > Remove variable rxq_info and also remove redundant assignment > to it. > > Signed-off-by: Ganesh Goudar Applied.
[PATCH net-next] cxgb4: Remove redundant code in t4_uld_clean_up()
Remove variable rxq_info and also remove redundant assignment to it. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld