Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171634
b: refs/heads/master
c: ea31ba3
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 8684f88 commit 24c7480
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: 8fbd90b0612cca7cd9a29df59b69502a841bebf8
refs/heads/master: ea31ba359c55e0734ff895692185d4c50cf0c537
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rtl818x/rtl8180_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static int rtl8180_start(struct ieee80211_hw *dev)
rtl818x_iowrite32(priv, &priv->map->TNPDA, priv->tx_ring[1].dma);
rtl818x_iowrite32(priv, &priv->map->TLPDA, priv->tx_ring[0].dma);

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

0 comments on commit 24c7480

Please sign in to comment.