watchdog: f71808e_wdt: mark expected switch fall-throughs
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/fd846b57a6b0b551cf7a31c301bd9705759ce825 Commit: fd846b57a6b0b551cf7a31c301bd9705759ce825 Parent: a9868bcc4f7c4eea9e1cf3431d46f29999227b35 Refname: refs/heads/master Author: Gustavo A. R. Silva <[email protected]> AuthorDate: Thu Nov 2 14:28:17 2017 -0500 Committer: Wim Van Sebroeck <[email protected]> CommitDate: Thu Dec 28 20:45:28 2017 +0100 watchdog: f71808e_wdt: mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that in this particular case I replaced "Fall" with a proper "fall through" comment, which is what GCC is expecting to find. Signed-off-by: Gustavo A. R. Silva <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]> --- drivers/watchdog/f71808e_wdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/f71808e_wdt.c b/drivers/watchdog/f71808e_wdt.c index 8658dba21768..e0678c14480f 100644 --- a/drivers/watchdog/f71808e_wdt.c +++ b/drivers/watchdog/f71808e_wdt.c @@ -627,7 +627,7 @@ static long watchdog_ioctl(struct file *file, unsigned int cmd, if (new_options & WDIOS_ENABLECARD) return watchdog_start();