[PATCH] irq: bcm2835: Re-implement the hardware IRQ handler.
Craig McGeachie
slapdau at yahoo.com.au
Wed Sep 25 02:00:53 EDT 2013
On 09/24/2013 03:38 PM, Stephen Warren wrote:
>> +#define BAD_IRQ_NUM -1
>
> That should be 0; Using -1 for invalid IRQ is deprecated.
Could you please point me to something that describes this? I can't find
anything that limits the internal representations used by the driver for
an interrupt controller. That, and the design of
include/linux/irqdomain.h and kernel/irq/irqdomain.c implies that a
0-based hwirq numbering scheme is the natural order of things.
Cheers,
Craig.
More information about the linux-arm-kernel
mailing list