Re: [PATCH] IB/hfi1: Add missing error code assignment before test

2016-08-22 Thread Doug Ledford
On 8/10/2016 12:10 PM, Dalessandro, Dennis wrote: > On Wed, 2016-08-10 at 07:34 +0200, Christophe JAILLET wrote: >> It is likely that checking the result of 'setup_ctxt' is expected >> here. >> >> Signed-off-by: Christophe JAILLET >> --- > > Thanks for the patch. > > Acked-by: Dennis Dalessandr

Re: [PATCH] IB/hfi1: Add missing error code assignment before test

2016-08-10 Thread Dalessandro, Dennis
On Wed, 2016-08-10 at 07:34 +0200, Christophe JAILLET wrote: > It is likely that checking the result of 'setup_ctxt' is expected > here. > > Signed-off-by: Christophe JAILLET > --- >  drivers/infiniband/hw/hfi1/file_ops.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/d