]> git.hungrycats.org Git - linux/commitdiff
SunHME: Register IRQ with netdev->name as string.
authorDavid S. Miller <davem@nuts.ninka.net>
Tue, 25 Jun 2002 02:05:41 +0000 (19:05 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Tue, 25 Jun 2002 02:05:41 +0000 (19:05 -0700)
drivers/net/sunhme.c

index 0a8aba5d08ab203a61d221f59f61508e1be6285e..b27ae2f345a221bb6e8e876f20884a0a33ab95be 100644 (file)
@@ -2201,7 +2201,7 @@ static int happy_meal_open(struct net_device *dev)
         */
        if ((hp->happy_flags & (HFLAG_QUATTRO|HFLAG_PCI)) != HFLAG_QUATTRO) {
                if (request_irq(dev->irq, &happy_meal_interrupt,
-                               SA_SHIRQ, "HAPPY MEAL", (void *)dev)) {
+                               SA_SHIRQ, dev->name, (void *)dev)) {
                        HMD(("EAGAIN\n"));
 #ifdef __sparc__
                        printk(KERN_ERR "happy_meal(SBUS): Can't order irq %s to go.\n",