Re: [PATCH 2/3] esas2r: fix an error path in esas2r_ioctl_handler

2014-11-24 Thread Bradley Grove
Acked-by: Bradley Grove Thanks, Brad On 11/16/2014 08:35 AM, Tomas Henzl wrote: Is seems strange to manipulate nvram_semaphore when in this place, this patch fixes it. Signed-off-by: Tomas Henzl --- drivers/scsi/esas2r/esas2r_ioctl.c | 7 --- 1 file changed, 4 insertions(+), 3 delet

[PATCH 2/3] esas2r: fix an error path in esas2r_ioctl_handler

2014-11-16 Thread Tomas Henzl
Is seems strange to manipulate nvram_semaphore when in this place, this patch fixes it. Signed-off-by: Tomas Henzl --- drivers/scsi/esas2r/esas2r_ioctl.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/esas2r/esas2r_ioctl.c b/drivers/scsi/esas2r/esas2r_io