commit | 0160ef12693cf1614f602051474792c5b71c639f | [log] [tgz] |
---|---|---|
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | Tue May 17 23:17:07 2011 -0700 |
committer | James Bottomley <jbottomley@parallels.com> | Tue May 24 12:39:42 2011 -0400 |
tree | 363c3dc7edcc9e6a5777235927af52245fd9412b | |
parent | 6d78bd56be54286a72413db82d87fc371867629f [diff] |
[SCSI] qla4xxx: Don't process mbx interrupt unconditionally Do not process interrupt unconditionally during mailbox processing which can lead to spurious interrupt. Mailbox completion are now polled if interrupt are disabled or wait for interrupt to come in if its enabled 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>