]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] qla4xxx: Fix double clearing of risc_intr for ISP83XX
authorManish Dusane <manish.dusane@qlogic.com>
Thu, 20 Sep 2012 11:35:11 +0000 (07:35 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 24 Sep 2012 08:45:31 +0000 (12:45 +0400)
commitddf1f9c026fcedcd283a6afc6495106aac3f4cd2
tree5f83db118ccbec1dfce33e14b71baf44d3f133bd
parent0b866551ad9d2765ba2ff69d5314a7b46ca8b2ad
[SCSI] qla4xxx: Fix double clearing of risc_intr for ISP83XX

Issue:
For ISP83XX risc_intr getting clear two times in case of polling mode.
risc_intr getting clear from interrupt_service_routine() as well
from process_mbox_intr() because of this driver may clear risc_intr
without processing interrupt.

Fix:
Do not clear risc_intr from process_mbox_intr().

Signed-off-by: Manish Dusane <manish.dusane@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_83xx.c