diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-04-22 07:16:20 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-04-22 14:53:33 +0200 |
commit | a6992bbe9774e044d3d0f973593d655c53efe089 (patch) | |
tree | fae12ec7d50eab859695e66dca3da754488e75a4 /fs/no-block.c | |
parent | irqchip/wpcm450: Drop COMPILE_TEST (diff) | |
download | linux-a6992bbe9774e044d3d0f973593d655c53efe089.tar.xz linux-a6992bbe9774e044d3d0f973593d655c53efe089.zip |
irqchip/tb10x: Use 'fallthrough' to eliminate a warning
Use the 'fallthrough' macro to document that this switch case
does indeed fall through to the next case.
../drivers/irqchip/irq-tb10x.c: In function 'tb10x_irq_set_type':
../drivers/irqchip/irq-tb10x.c:62:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
62 | flow_type = IRQ_TYPE_LEVEL_LOW;
../drivers/irqchip/irq-tb10x.c:63:2: note: here
63 | case IRQ_TYPE_LEVEL_LOW:
| ^~~~
Fixes: b06eb0173ef1 ("irqchip: Add TB10x interrupt controller driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Christian Ruppert <christian.ruppert@abilis.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210422051620.23021-1-rdunlap@infradead.org
Diffstat (limited to 'fs/no-block.c')
0 files changed, 0 insertions, 0 deletions