diff options
| author | Gustavo A. R. Silva <[email protected]> | 2019-07-29 10:10:33 -0500 |
|---|---|---|
| committer | Wim Van Sebroeck <[email protected]> | 2019-08-12 13:05:37 +0200 |
| commit | 630ee1a50c40210ef021435faa0e80d17a904883 (patch) | |
| tree | c8d32025f02e17cefc283fa00e679d7b4677dfad /tools/perf/scripts/python | |
| parent | a18670f4617d41829ce88ab3e47bbc406e4dc5e8 (diff) | |
watchdog: Mark expected switch fall-throughs
Mark switch cases where we are expecting to fall through.
This patch fixes the following warnings:
drivers/watchdog/ar7_wdt.c: warning: this statement may fall
through [-Wimplicit-fallthrough=]: => 237:3
drivers/watchdog/pcwd.c: warning: this statement may fall
through [-Wimplicit-fallthrough=]: => 653:3
drivers/watchdog/sb_wdog.c: warning: this statement may fall
through [-Wimplicit-fallthrough=]: => 204:3
drivers/watchdog/wdt.c: warning: this statement may fall
through [-Wimplicit-fallthrough=]: => 391:3
Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/20190729151033.GA10143@embeddedor
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions