Re: [PATCH] libnvdimm, bus: check id immediately following ida_simple_get

2018-08-07 Thread Dave Jiang
On 08/03/2018 05:08 AM, Ocean He wrote: > From: Ocean He > > The id check was not executed immediately following ida_simple_get. Just > change the codes position, without function change. > > Signed-off-by: Ocean He Applied. > --- > drivers/nvdimm/bus.c | 4 ++-- > 1 file changed, 2

Re: [PATCH] libnvdimm, bus: check id immediately following ida_simple_get

2018-08-03 Thread Verma, Vishal L
On Fri, 2018-08-03 at 08:08 -0400, Ocean He wrote: > From: Ocean He > > The id check was not executed immediately following ida_simple_get. > Just > change the codes position, without function change. > > Signed-off-by: Ocean He > --- > drivers/nvdimm/bus.c | 4 ++-- > 1 file changed, 2

[PATCH] libnvdimm, bus: check id immediately following ida_simple_get

2018-08-03 Thread Ocean He
From: Ocean He The id check was not executed immediately following ida_simple_get. Just change the codes position, without function change. Signed-off-by: Ocean He --- drivers/nvdimm/bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nvdimm/bus.c