question about arch/arm/mach-s3c24xx/irq.c
Julia Lawall
julia.lawall at lip6.fr
Sun Feb 24 06:45:11 EST 2013
The function s3c24xx_irq_map in arch/arm/mach-s3c24xx/irq.c contains the
code:
parent_irq_data = &parent_intc->irqs[irq_data->parent_irq];
if (!irq_data) {
pr_err("irq-s3c24xx: no irq data found for hwirq %lu\n",
hw);
goto err;
}
At this point irq_data has already been tested, so the null test on
irq_data does not look correct. But I wonder if parent_irq_data could
ever be null here?
julia
More information about the linux-arm-kernel
mailing list