1
0
Fork 0
alistair23-linux/arch/arm/mach-rpc
Gustavo A. R. Silva 06264adfa2 ARM: riscpc: Mark expected switch fall-through
Mark switch cases where we are expecting to fall through.

Fix the following warning (Building: rpc_defconfig arm):

arch/arm/mach-rpc/riscpc.c: In function ‘parse_tag_acorn’:
arch/arm/mach-rpc/riscpc.c:48:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   vram_size += PAGE_SIZE * 256;
   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
arch/arm/mach-rpc/riscpc.c:49:2: note: here
  case 256:
  ^~~~

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
2019-08-20 19:42:48 -05:00
..
include/mach ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
Makefile Merge branch 'sa1100-for-next'; commit 'riscpc^{/ARM: riscpc: enable chained scatterlist support}' into for-arm-soc 2019-07-03 11:44:46 +01:00
Makefile.boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
dma.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
ecard-loader.S ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
ecard.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
ecard.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
fiq.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
floppydma.S ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
io-acorn.S ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
irq.c ARM: riscpc: reduce IRQ handling code 2019-06-11 17:42:36 +01:00
riscpc.c ARM: riscpc: Mark expected switch fall-through 2019-08-20 19:42:48 -05:00
time.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00