Re: [PATCH net] ionic: Fix an error code in ionic_lif_alloc()

2019-09-22 Thread Jakub Kicinski
On Sat, 21 Sep 2019 08:59:26 +0300, Dan Carpenter wrote: > We need to set the error code on this path. Otherwise it probably > results in a NULL dereference down the line. > > Fixes: aa3198819bea ("ionic: Add RSS support") > Signed-off-by: Dan Carpenter Applied, thank you!

Re: [PATCH net] ionic: Fix an error code in ionic_lif_alloc()

2019-09-22 Thread Shannon Nelson
On 9/20/19 10:59 PM, Dan Carpenter wrote: We need to set the error code on this path. Otherwise it probably results in a NULL dereference down the line. Fixes: aa3198819bea ("ionic: Add RSS support") Signed-off-by: Dan Carpenter --- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 1 + 1 f

[PATCH net] ionic: Fix an error code in ionic_lif_alloc()

2019-09-20 Thread Dan Carpenter
We need to set the error code on this path. Otherwise it probably results in a NULL dereference down the line. Fixes: aa3198819bea ("ionic: Add RSS support") Signed-off-by: Dan Carpenter --- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driv