Re: [PATCH 06/12] genericirq: make irq_chip related function to take desc

From: Eric W. Biederman
Date: Sun Mar 21 2010 - 07:44:20 EST


Julia Lawall <julia@xxxxxxx> writes:

> Another detail is that the type of irq is not always unsigned int.
> Coccinelle will match unsigned int to just unsigned, but there are also
> occurrences of uint32_t and u_int. I don't know if it is desirable to
> preserve these names, or if it would be just as well to put unsigned int
> everywhere?

The correct type of irq is "unsigned int". All others that are I know
of are a bit buggy. Especially the cases that use int.

Eric
--
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/