]> git.karo-electronics.de Git - karo-tx-linux.git/commit
aacraid: reset should disable MSI interrupt
authorVasily Averin <vvs@parallels.com>
Fri, 2 Sep 2011 15:31:46 +0000 (19:31 +0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:21 +0000 (15:35 -0400)
commitbd37804641016140043d6d1970b2667c534b01ae
tree5ab57e8338f6bd55e2fe10e49c6b742b2425ef2a
parent54b8e0add30691b9775d959ea0bf0f3acfce9fcb
aacraid: reset should disable MSI interrupt

commit d0efab26f89506387a1bde898556660e06d7eb15 upstream.

scsi reset on hardware with enabled MSI interrupts generates WARNING message

[11027.798722] aacraid: Host adapter abort request (0,0,0,0)
[11027.798814] aacraid: Host adapter reset request. SCSI hang ?
[11087.762237] aacraid: SCSI bus appears hung
[11135.082543] ------------[ cut here ]------------
[11135.082646] WARNING: at drivers/pci/msi.c:658 pci_enable_msi_block+0x251/0x290()

Signed-off-by: Vasily Averin <vvs@sw.ru>
Acked-by: Mark Salyzyn <mark_salyzyn@us.xyratex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/scsi/aacraid/commsup.c