Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171619
b: refs/heads/master
c: 9aff7e9
h: refs/heads/master
i:
  171617: d53c5c6
  171615: e05164e
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 4217700 commit 7b29039
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: eeb74a9d45f781ec6f47b9e0a75a6a427b53f165
refs/heads/master: 9aff7e922b852036d864d039ce13ae1e38418b73
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1c/atl1c_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ static int atl1c_request_irq(struct atl1c_adapter *adapter)

if (!adapter->have_msi)
flags |= IRQF_SHARED;
err = request_irq(adapter->pdev->irq, &atl1c_intr, flags,
err = request_irq(adapter->pdev->irq, atl1c_intr, flags,
netdev->name, netdev);
if (err) {
if (netif_msg_ifup(adapter))
Expand Down

0 comments on commit 7b29039

Please sign in to comment.