Re: linux-next: origin tree build failure

From: David Miller
Date: Tue Oct 14 2008 - 19:53:28 EST


From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Oct 2008 16:43:12 -0700 (PDT)

> The proper way to test for whether an interrupt is valid or not is to do
>
> if (dev->irq) {
> ...
>
> and no other. There is no spoon. That NO_IRQ was insane. And architectures
> or drivers that still think otherwise should fix themselves.

Agreed. Someone tried to add something similar to the network
driver phylib layer, and I told them similarly.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/