X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fwdt977.c;h=c9b8e863f70fcf123c4e97335aad9161b35a41bb;hb=fc4f28bb3daf3265d6bc5f73b497306985bb23ab;hp=066a4fb4d75ba58a1e93183e5481a557e1266e27;hpb=7add7875a8eb4ffe5eddaf8a11e409c9e1b6e3f3;p=linux-2.6-block.git diff --git a/drivers/watchdog/wdt977.c b/drivers/watchdog/wdt977.c index 066a4fb4d75b..c9b8e863f70f 100644 --- a/drivers/watchdog/wdt977.c +++ b/drivers/watchdog/wdt977.c @@ -398,7 +398,7 @@ static long wdt977_ioctl(struct file *file, unsigned int cmd, return -EINVAL; wdt977_keepalive(); - /* Fall through */ + fallthrough; case WDIOC_GETTIMEOUT: return put_user(timeout, uarg.i);