huh?
If the fix is correct, we need to do a bombing run that adds the
following code to each driver,
if (!netif_device_present(dev))
return IRQ_HANDLED;
but of course the irq _wasn't_ handled by the driver. Silly, isn't it?
I still maintain it needs to be fixed elsewhere. Touching every driver
for this is just not scalable, in addition to pointing the finger at the
pcmcia core instead of individual drivers.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/