Re: [PATCH net] cxgb4: Fix error handling in alloc_uld_rxqs().

2016-10-29 Thread David Miller
From: Ganesh Goudar Date: Wed, 26 Oct 2016 13:26:38 +0530 > Fix to release resources properly in error handling path of > alloc_uld_rxqs(), This patch also removes unwanted arguments > and avoids calling the same function twice. > > Fixes: 94cdb8bb993a (cxgb4: Add support for dynamic allocation

[PATCH net] cxgb4: Fix error handling in alloc_uld_rxqs().

2016-10-26 Thread Ganesh Goudar
Fix to release resources properly in error handling path of alloc_uld_rxqs(), This patch also removes unwanted arguments and avoids calling the same function twice. Fixes: 94cdb8bb993a (cxgb4: Add support for dynamic allocation of resources for ULD Signed-off-by: Ganesh Goudar --- drivers