[PATCH 2/2] at91: use request_irq/free_irq instead of setup_irq/remove_irq
Thomas Gleixner
tglx at linutronix.de
Sun Jul 5 14:48:26 PDT 2015
On Fri, 3 Jul 2015, David Dueck wrote:
> This fixes a warning when using RT-Preempt.
That's not a proper explanation for the patch and by all means it
cannot fix anything because free_irq() is just a different wrapper
around __free_irq() than remove_irq(). So how on earth fixes that the
problem at hand?
Thanks,
tglx
More information about the linux-arm-kernel
mailing list