Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62811
b: refs/heads/master
c: f0861f8
h: refs/heads/master
i:
  62809: 39be957
  62807: ba28556
v: v3
  • Loading branch information
Masakazu Mokuno authored and Jeff Garzik committed Jul 24, 2007
1 parent bf9f2af commit 89abbf1
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: 92548d601c45d76db337795d71c34846631dc7d6
refs/heads/master: f0861f82d9976fab8624f056fa6880e6f420e89f
2 changes: 1 addition & 1 deletion trunk/drivers/net/ps3_gelic_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ static int gelic_net_open_device(struct gelic_net_card *card)
}

result = request_irq(card->netdev->irq, gelic_net_interrupt,
IRQF_DISABLED, "gelic network", card->netdev);
IRQF_DISABLED, card->netdev->name, card->netdev);

if (result) {
dev_info(ctodev(card), "%s:%d: request_irq failed (%d)\n",
Expand Down

0 comments on commit 89abbf1

Please sign in to comment.