Skip to content

Commit

Permalink
ps3: use ethX as the name of irq
Browse files Browse the repository at this point in the history
Use net_device name for registration of irq as many network drivers do.

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Masakazu Mokuno authored and Jeff Garzik committed Jul 24, 2007
1 parent 92548d6 commit f0861f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 f0861f8

Please sign in to comment.