Re: [PATCH] lightnvm: Fix error handling

2017-02-20 Thread Matias Bjørling
On 02/19/2017 03:09 PM, Christophe JAILLET wrote: According to error handling in this function, it is likely that going to 'out' was expected here. Signed-off-by: Christophe JAILLET --- drivers/lightnvm/rrpc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/li

[PATCH] lightnvm: Fix error handling

2017-02-19 Thread Christophe JAILLET
According to error handling in this function, it is likely that going to 'out' was expected here. Signed-off-by: Christophe JAILLET --- drivers/lightnvm/rrpc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/lightnvm/rrpc.c b/drivers/lightnvm/rrpc.c index e00b1d