Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20991
b: refs/heads/master
c: 28a3186
h: refs/heads/master
i:
  20989: 76be9a1
  20987: b07a8ba
  20983: 915cf3f
  20975: c55daff
  20959: 5017ca3
  20927: ca77ac6
  20863: cc7a94b
  20735: 676b4ca
  20479: 1f6aada
v: v3
  • Loading branch information
Stephen Hemminger authored and Francois Romieu committed Mar 9, 2006
1 parent 3bd7225 commit d2687a6
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: 39bf4295bb4bcb0c108f74b72dd2eb5b9b9dfacc
refs/heads/master: 28a31860191c0d5710d42f85510daac0a3c26a01
3 changes: 1 addition & 2 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3243,8 +3243,7 @@ static int __devinit sky2_probe(struct pci_dev *pdev,
}
}

err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ | SA_SAMPLE_RANDOM,
DRV_NAME, hw);
err = request_irq(pdev->irq, sky2_intr, SA_SHIRQ, 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 d2687a6

Please sign in to comment.