[SCSI] qla2xxx: Limit excessive DPC cycles.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Fri, 18 Nov 2011 17:03:10 +0000 (09:03 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 15 Dec 2011 06:55:03 +0000 (10:55 +0400)
commitc142caf0ab21fb57240b09138a95def1ca20ca0f
tree7242cf0ef62c6cc193bd8e5789019e3da3999827
parent4fa94f83ff12979cb7396908ddc8ad13430649ed
[SCSI] qla2xxx: Limit excessive DPC cycles.

The 'continue' cases neglected to place the thread in an
interruptible state, causing the DPC routine to wake immediately.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_os.c