Re: [PATCH] lightnvm: remove already calculated nr_chnls

2017-09-21 Thread Matias Bjørling
On 09/18/2017 12:56 PM, Matias Bjørling wrote: Den 18. sep. 2017 09.56 skrev "Javier González" >: > On 17 Sep 2017, at 23.04, Rakesh Pandit mailto:rak...@tuxera.com>> wrote: > > Remove repeated calculation for number of channels while creating a >

Re: [PATCH] lightnvm: remove already calculated nr_chnls

2017-09-18 Thread Javier González
> On 17 Sep 2017, at 23.04, Rakesh Pandit wrote: > > Remove repeated calculation for number of channels while creating a > target device. > > Signed-off-by: Rakesh Pandit > --- > > This is also a trivial change I found while investigating/working on > other issue. > > drivers/lightnvm/core.c

[PATCH] lightnvm: remove already calculated nr_chnls

2017-09-17 Thread Rakesh Pandit
Remove repeated calculation for number of channels while creating a target device. Signed-off-by: Rakesh Pandit --- This is also a trivial change I found while investigating/working on other issue. drivers/lightnvm/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/lightnvm/core