mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-30 13:38:40 +00:00
ps3: use ethX as the name of irq
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>
This commit is contained in:
parent
92548d601c
commit
f0861f82d9
@ -1073,7 +1073,7 @@ static int gelic_net_open_device(struct gelic_net_card *card)
|
|||||||
}
|
}
|
||||||
|
|
||||||
result = request_irq(card->netdev->irq, gelic_net_interrupt,
|
result = request_irq(card->netdev->irq, gelic_net_interrupt,
|
||||||
IRQF_DISABLED, "gelic network", card->netdev);
|
IRQF_DISABLED, card->netdev->name, card->netdev);
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
dev_info(ctodev(card), "%s:%d: request_irq failed (%d)\n",
|
dev_info(ctodev(card), "%s:%d: request_irq failed (%d)\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user