OSDN Git Service

genirq: Annotate implicit fall through
authorMathieu Malaterre <malat@debian.org>
Mon, 14 Jan 2019 20:31:54 +0000 (21:31 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Jan 2019 09:40:34 +0000 (10:40 +0100)
commit44133f7eaebec227d1381868d642e3c64023520f
treef33ef7a47cf3121b37bf6f8672cd107b97d75668
parent1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8
genirq: Annotate implicit fall through

There is a plan to build the kernel with -Wimplicit-fallthrough. The
fallthrough in __irq_set_trigger() lacks an annotation. Add it.

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190114203154.17125-1-malat@debian.org
kernel/irq/manage.c