Re: [PATCH] scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()

2019-06-04 Thread Martin K. Petersen
Dan, > We need to drop the "ctrl_info->sync_request_sem" lock before returning. Applied to 5.2/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()

2019-05-29 Thread Dan Carpenter
We need to drop the "ctrl_info->sync_request_sem" lock before returning. Fixes: 6c223761eb54 ("smartpqi: initial commit of Microsemi smartpqi driver") Signed-off-by: Dan Carpenter --- drivers/scsi/smartpqi/smartpqi_init.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/