]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
irqchip/irq-imx-gpcv2: Silence "fall through" warning
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 15 Dec 2018 09:10:46 +0000 (09:10 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Sat, 15 Dec 2018 09:10:46 +0000 (09:10 +0000)
commit893b0aff9a7aa68d2fcc999f16d66d142f180ca8
treebe88f4824ea551579b7b5a20eee9781fa97f69ad
parent9c8114c20d1876c8053d58dd92ea2a81c67dc198
irqchip/irq-imx-gpcv2: Silence "fall through" warning

The -Wimplicit-fallthrough option requires that the /* fall through */
comment is placed in the 'case' statement that falls through, rather
than in the following one. Case seems to matter as well.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-imx-gpcv2.c