[SCSI] ipr: missing unlock before a return
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 30 Jul 2012 08:16:35 +0000 (11:16 +0300)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 14 Sep 2012 11:02:17 +0000 (12:02 +0100)
commitd995e1b7c0e92af038d9ac322e35b3caaf905b10
tree3e91453864d45e184ce40c37e8514be6ad388c04
parentf1ba8a4fe59b21a6988ad5999e74e9907b142ee3
[SCSI] ipr: missing unlock before a return

We recently changed the locking in this function, but this return was
missed.  It needs an unlock and the IRQs need to be restored.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/ipr.c