Re: [PATCH] ARM: ep93xx: Mark expected switch fall-through

2019-08-12 Thread Alexander Sverdlin
Hi! On 08/08/2019 04:38, Gustavo A. R. Silva wrote: Mark switch cases where we are expecting to fall through. Fix the following warnings (Building: arm-ep93xx_defconfig arm): arch/arm/mach-ep93xx/crunch.c: In function 'crunch_do': arch/arm/mach-ep93xx/crunch.c:46:3: warning: this statement may

[PATCH] ARM: ep93xx: Mark expected switch fall-through

2019-08-07 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. Fix the following warnings (Building: arm-ep93xx_defconfig arm): arch/arm/mach-ep93xx/crunch.c: In function 'crunch_do': arch/arm/mach-ep93xx/crunch.c:46:3: warning: this statement may fall through [-Wimplicit-fallthrough=] memset(cr