]> git.baikalelectronics.ru Git - kernel.git/commit
pci-quirks: fix MSI disabling on RS400-200 and RS480
authorTejun Heo <htejun@gmail.com>
Thu, 31 May 2007 07:40:48 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 31 May 2007 14:58:13 +0000 (07:58 -0700)
commit7265f48e617844a20d08d7724666eecea14654f8
tree0a4bf1c79a06ea0747aa56fd312b6c1e42d27a1f
parentec774ecaffe4bc1959b5975ed5fb21dbfa786e25
pci-quirks: fix MSI disabling on RS400-200 and RS480

Commit 8aa80a1407ad4fc84572c0a197a7c5dd9097b0db doesn't work because
the host controller is being quirked not a PCI bridge.  This patch
reverts the commit, rename quirk_svw_msi() to quirk_disable_all_msi()
and use it instead.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Matias Alejandro Torres <torresmat@gmail.com>
Cc: Greg K-H <greg@kroah.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/quirks.c