Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171633
b: refs/heads/master
c: 8fbd90b
h: refs/heads/master
i:
  171631: b296008
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent aaa184b commit 8684f88
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d20a80f0e6eb9a4f31489a0518a9ba0754eeee12
refs/heads/master: 8fbd90b0612cca7cd9a29df59b69502a841bebf8
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/p54pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int p54p_open(struct ieee80211_hw *dev)
int err;

init_completion(&priv->boot_comp);
err = request_irq(priv->pdev->irq, &p54p_interrupt,
err = request_irq(priv->pdev->irq, p54p_interrupt,
IRQF_SHARED, "p54pci", dev);
if (err) {
dev_err(&priv->pdev->dev, "failed to register IRQ handler\n");
Expand Down

0 comments on commit 8684f88

Please sign in to comment.