Re: [PATCH] qlcnic: correctly handle qlcnic_alloc_mbx_args

2016-01-04 Thread David Miller
From: Insu Yun Date: Tue, 29 Dec 2015 15:02:18 -0500 > Since qlcnic_alloc_mbx_args can be failed, > return value should be checked. > > Signed-off-by: Insu Yun Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kern

Re: [PATCH] qlcnic: correctly handle qlcnic_alloc_mbx_args

2015-12-29 Thread David Miller
From: Insu Yun Date: Tue, 29 Dec 2015 14:29:47 -0500 > Signed-off-by: Insu Yun > --- > drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c > b/drivers/net/ethernet/qlogic/ql