commit | 32436aaa226fb13ab2e63372c4453377c2a658fc | [log] [tgz] |
---|---|---|
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | Mon Dec 16 06:49:37 2013 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Sat Mar 15 10:19:13 2014 -0700 |
tree | cea264ea6818a8a7ea2bf8d3efcfece79a4528b9 | |
parent | 7f15ebceb174d5588e715c7de714e78595fcefc8 [diff] |
[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>