]> git.karo-electronics.de Git - linux-beck.git/commit
[SCSI] qla4xxx: Correctly handle msleep_interruptible
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Mon, 16 Dec 2013 11:49:37 +0000 (06:49 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:19:13 +0000 (10:19 -0700)
commit32436aaa226fb13ab2e63372c4453377c2a658fc
treecea264ea6818a8a7ea2bf8d3efcfece79a4528b9
parent7f15ebceb174d5588e715c7de714e78595fcefc8
[SCSI] qla4xxx: Correctly handle msleep_interruptible

If waiting for signals was interrupted then the device was put to
FAILED state. Use msleep instead of msleep_interruptible to handle
this correctly.

Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_nx.c