mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-01 15:18:50 +00:00
With gcc 10.3, there is this compiler error:
compiler.h:56:26: error: this statement may fall through
mpc52xx_gpt.c:586:2: note: here
586 | case WDIOC_GETTIMEOUT:
| ^~~~
So add the fallthrough pseudo keyword.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210601190200.2637776-1-trix@redhat.com
|
||
|---|---|---|
| .. | ||
| efika.c | ||
| Kconfig | ||
| lite5200_pm.c | ||
| lite5200_sleep.S | ||
| lite5200.c | ||
| Makefile | ||
| media5200.c | ||
| mpc52xx_common.c | ||
| mpc52xx_gpt.c | ||
| mpc52xx_lpbfifo.c | ||
| mpc52xx_pci.c | ||
| mpc52xx_pic.c | ||
| mpc52xx_pm.c | ||
| mpc52xx_sleep.S | ||
| mpc5200_simple.c | ||