]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/scsi/ipr.c: missing unlock before a return
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 7 Sep 2012 00:17:46 +0000 (10:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:02 +0000 (15:36 +1000)
commit4918c5c1bcb13c305166704717b7748c46554144
tree9e38cfe0b2d1eb25a286681660ce9d4589a2af32
parent2e76dfb2d8c24d0debd1e0807a8b55defba320b6
drivers/scsi/ipr.c: 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>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/scsi/ipr.c