drm/amd/amdgpu: Enable gfxoff for beige_goby
[linux-2.6-microblaze.git] / drivers / watchdog / rc32434_wdt.c
index aee3c2e..e74802f 100644 (file)
@@ -230,7 +230,7 @@ static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd,
                        return -EFAULT;
                if (rc32434_wdt_set(new_timeout))
                        return -EINVAL;
-               /* Fall through */
+               fallthrough;
        case WDIOC_GETTIMEOUT:
                return copy_to_user(argp, &timeout, sizeof(int)) ? -EFAULT : 0;
        default: