Re: [PATCH] i40iw: Simplify code

2017-08-18 Thread Doug Ledford
On Mon, 2017-07-17 at 14:31 -0500, Shiraz Saleem wrote: > On Sun, Jul 16, 2017 at 01:09:23PM +0200, Christophe JAILLET wrote: > > Axe a few lines of code and re-use existing error handling path to > > avoid > > code duplication. > > > > Acked-by: Shiraz Saleem Thanks, applied. -- Doug Ledford

Re: [PATCH] i40iw: Simplify code

2017-07-17 Thread Shiraz Saleem
On Sun, Jul 16, 2017 at 01:09:23PM +0200, Christophe JAILLET wrote: > Axe a few lines of code and re-use existing error handling path to avoid > code duplication. > Acked-by: Shiraz Saleem

Re: [PATCH] i40iw: Simplify code

2017-07-16 Thread Joe Perches
On Sun, 2017-07-16 at 13:09 +0200, Christophe JAILLET wrote: > Axe a few lines of code and re-use existing error handling path to avoid > code duplication. unrelated: > diff --git a/drivers/infiniband/hw/i40iw/i40iw_pble.c > b/drivers/infiniband/hw/i40iw/i40iw_pble.c [] > @@ -280,8 +278,7 @@ sta

[PATCH] i40iw: Simplify code

2017-07-16 Thread Christophe JAILLET
Axe a few lines of code and re-use existing error handling path to avoid code duplication. Signed-off-by: Christophe JAILLET --- drivers/infiniband/hw/i40iw/i40iw_pble.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_pble.c b/drive