Re: [PATCH] genirq: Add missing IRQF_ONESHOT

From: Thomas Gleixner
Date: Thu Mar 25 2021 - 09:53:04 EST


On Tue, Mar 23 2021 at 17:38, Yang Li wrote:
> fixed the following coccicheck:
> ./kernel/irq/manage.c:2193:8-28: ERROR: Threaded IRQ with no primary
> handler requested without IRQF_ONESHOT

This fixes nothing because it's for a nested thread and not relevant to
that check at all.

Thanks,

tglx