Re: [PATCH 1/3] esas2r: fir error handling in do_fm_api

2014-11-24 Thread Bradley Grove
Looks good. Acked-by: Bradley Grove Thanks, Brad On 11/16/2014 08:35 AM, Tomas Henzl wrote: This patch fixes an error path and rearranges error handling. Signed-off-by: Tomas Henzl --- drivers/scsi/esas2r/esas2r_ioctl.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) d

[PATCH 1/3] esas2r: fir error handling in do_fm_api

2014-11-16 Thread Tomas Henzl
This patch fixes an error path and rearranges error handling. Signed-off-by: Tomas Henzl --- drivers/scsi/esas2r/esas2r_ioctl.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/esas2r/esas2r_ioctl.c b/drivers/scsi/esas2r/esas2r_ioctl.c index d89a0277a8