[RFC v1 15/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
Thomas Gleixner
tglx at linutronix.de
Wed May 20 08:28:06 PDT 2015
On Wed, 20 May 2015, Jiang Liu wrote:
> -static void locomo_handler(unsigned int irq, struct irq_desc *desc)
> +static void locomo_handler(struct irq_desc *desc)
> {
> struct locomo *lchip = irq_desc_get_chip_data(desc);
> + unsigned int irq;
> int req, i;
That leaves irq unitialized ....
Thanks,
tglx
More information about the linux-arm-kernel
mailing list