Skip to content

Commit 2bdb5eb

Browse files
committed
Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Pull firewire regression fix from Stefan Richter: "IEEE 1394 (FireWire) subsystem fix: MSI don't work on VIA PCIe controllers with some isochronous workloads (regression since v3.16-rc1)" * tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: firewire: ohci: disable MSI for VIA VT6315 again
2 parents 2062afb + d584a66 commit 2bdb5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/firewire/ohci.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ static const struct {
336336
QUIRK_CYCLE_TIMER | QUIRK_IR_WAKE},
337337

338338
{PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VT6315, 0,
339-
QUIRK_CYCLE_TIMER | QUIRK_NO_MSI},
339+
QUIRK_CYCLE_TIMER /* FIXME: necessary? */ | QUIRK_NO_MSI},
340340

341341
{PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VT6315, PCI_ANY_ID,
342-
0},
342+
QUIRK_NO_MSI},
343343

344344
{PCI_VENDOR_ID_VIA, PCI_ANY_ID, PCI_ANY_ID,
345345
QUIRK_CYCLE_TIMER | QUIRK_NO_MSI},

0 commit comments

Comments
 (0)