scsi/qla4xxx: Convert to SPDX license identifiers
[linux-2.6-microblaze.git] / drivers / watchdog / ath79_wdt.c
index d6dff97..0f18f06 100644 (file)
@@ -215,8 +215,8 @@ static long ath79_wdt_ioctl(struct file *file, unsigned int cmd,
                err = ath79_wdt_set_timeout(t);
                if (err)
                        break;
+               fallthrough;
 
-               /* fallthrough */
        case WDIOC_GETTIMEOUT:
                err = put_user(timeout, p);
                break;