spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz
[linux-2.6-microblaze.git] / drivers / watchdog / wdt977.c
index 066a4fb..c9b8e86 100644 (file)
@@ -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);