From: "Jurzitza, Dieter" <[EMAIL PROTECTED]>
Date: Fri, 14 Sep 2007 08:25:45 +0200

> +static void poll_happy_meal (struct net_device *dev)
> +{
> +       disable_irq(dev->irq);
> +       sis900_interrupt (dev->irq, dev, NULL);
> +       enable_irq(dev->irq);
> +}
> +#endif

You obviously did not even try to use this, as you're calling the
interrupt handler for another driver.

This is what happens when you mindlessly cut and paste.
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to