Re: [PATCH net-next] cxgb4: fix a NULL dereference

2017-06-18 Thread David Miller
From: Ganesh Goudar Date: Fri, 16 Jun 2017 15:36:09 +0530 > Avoid NULL dereference in setup_sge_queues() when the adapter is > in non offload mode. > > Fixes: 0fbc81b3ad51 ('chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources > dynamically for all cxgb4 ULD's') > Signed-off-by: Ganesh Goudar Ap

[PATCH net-next] cxgb4: fix a NULL dereference

2017-06-16 Thread Ganesh Goudar
Avoid NULL dereference in setup_sge_queues() when the adapter is in non offload mode. Fixes: 0fbc81b3ad51 ('chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's') Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 5 - 1 file chan