* [PATCH 7/10] ps3: use ethX as the name of irq
@ 2007-07-20 8:33 Masakazu Mokuno
0 siblings, 0 replies; only message in thread
From: Masakazu Mokuno @ 2007-07-20 8:33 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev, cbe-oss-dev
Use net_device name for registration of irq as many network drivers do.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
---
drivers/net/ps3_gelic_net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/ps3_gelic_net.c
+++ b/drivers/net/ps3_gelic_net.c
@@ -1073,7 +1073,7 @@ static int gelic_net_open_device(struct
}
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",
--
Masakazu MOKUNO
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-20 8:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 8:33 [PATCH 7/10] ps3: use ethX as the name of irq Masakazu Mokuno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox