Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44805
b: refs/heads/master
c: 0c875c2
h: refs/heads/master
i:
  44803: 1498712
v: v3
  • Loading branch information
David Rientjes authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent f7fd641 commit c392734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42a0ee3238a0adb4c5bea3bd5b201c297b476e66
refs/heads/master: 0c875c28649eac0adb8d2e2efac2186c3089e100
3 changes: 1 addition & 2 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,7 @@ static void __devinit quirk_nvidia_ck804_msi_ht_cap(struct pci_dev *dev)
* a single one having MSI is enough to be sure that MSI are supported.
*/
pdev = pci_get_slot(dev->bus, 0);
if (dev->subordinate && !msi_ht_cap_enabled(dev)
&& !msi_ht_cap_enabled(pdev)) {
if (!msi_ht_cap_enabled(dev) && !msi_ht_cap_enabled(pdev)) {
printk(KERN_WARNING "PCI: MSI quirk detected. "
"MSI disabled on chipset %s.\n",
pci_name(dev));
Expand Down

0 comments on commit c392734

Please sign in to comment.