Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171631
b: refs/heads/master
c: fe4eb54
h: refs/heads/master
i:
  171629: aff2648
  171627: 8370390
  171623: c46eb40
  171615: e05164e
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 5ebca26 commit b296008
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: d8bda9f12d5db160b594ce36659434620e19a363
refs/heads/master: fe4eb54845fff09ec01b8421f53f92e08b67229c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/adm8211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ static int adm8211_start(struct ieee80211_hw *dev)
adm8211_hw_init(dev);
adm8211_rf_set_channel(dev, priv->channel);

retval = request_irq(priv->pdev->irq, &adm8211_interrupt,
retval = request_irq(priv->pdev->irq, adm8211_interrupt,
IRQF_SHARED, "adm8211", dev);
if (retval) {
printk(KERN_ERR "%s: failed to register IRQ handler\n",
Expand Down

0 comments on commit b296008

Please sign in to comment.