Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e363d138 authored by Komuro's avatar Komuro Committed by Jeff Garzik
Browse files

PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struct net_device*



Signed-off-by: default avatarKomuro <komurojun-mbn@nifty.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 76884679
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ static void media_check(unsigned long arg)
	if ((inw(ioaddr + EL3_STATUS) & IntLatch) && (inb(ioaddr + Timer) == 0xff)) {
		if (!lp->fast_poll)
			printk(KERN_INFO "%s: interrupt(s) dropped!\n", dev->name);
		el3_interrupt(dev->irq, lp);
		el3_interrupt(dev->irq, dev);
		lp->fast_poll = HZ;
	}
	if (lp->fast_poll) {
+1 −1
Original line number Diff line number Diff line
@@ -1927,7 +1927,7 @@ static void media_check(u_long arg)
    if (smc->watchdog++ && ((i>>8) & i)) {
	if (!smc->fast_poll)
	    printk(KERN_INFO "%s: interrupt(s) dropped!\n", dev->name);
	smc_interrupt(dev->irq, smc);
	smc_interrupt(dev->irq, dev);
	smc->fast_poll = HZ;
    }
    if (smc->fast_poll) {