Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19866
b: refs/heads/master
c: db992c9
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Feb 7, 2006
1 parent e233657 commit f264cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f9a66c7f5fa2262656a1a38ae9b57a2a89980f36
refs/heads/master: db992c970dcfbbf24e6a681e66d22ddda62452c4
3 changes: 2 additions & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,8 @@ static int __devinit sky2_probe(struct pci_dev *pdev,
}
}

err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ, DRV_NAME, hw);
err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ | SA_SAMPLE_RANDOM,
DRV_NAME, hw);
if (err) {
printk(KERN_ERR PFX "%s: cannot assign irq %d\n",
pci_name(pdev), pdev->irq);
Expand Down

0 comments on commit f264cb9

Please sign in to comment.