Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39770
b: refs/heads/master
c: 2bffc23
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger committed Oct 17, 2006
1 parent 38b7238 commit 4424804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 43f82216f0bd114599f4a221ae6924f3658a0c9a
refs/heads/master: 2bffc23a01a489ad46ba7d61a1a657cecec87cc8
6 changes: 3 additions & 3 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3326,16 +3326,16 @@ static int __devinit sky2_test_msi(struct sky2_hw *hw)

if (!hw->msi_detected) {
/* MSI test failed, go back to INTx mode */
printk(KERN_WARNING PFX "%s: No interrupt was generated using MSI, "
"switching to INTx mode. Please report this failure to "
"the PCI maintainer and include system chipset information.\n",
printk(KERN_INFO PFX "%s: No interrupt generated using MSI, "
"switching to INTx mode.\n",
pci_name(pdev));

err = -EOPNOTSUPP;
sky2_write8(hw, B0_CTST, CS_CL_SW_IRQ);
}

sky2_write32(hw, B0_IMSK, 0);
sky2_read32(hw, B0_IMSK);

free_irq(pdev->irq, hw);

Expand Down

0 comments on commit 4424804

Please sign in to comment.