io_uring: add a helper for setting a ref node
[linux-2.6-microblaze.git] / drivers / watchdog / geodewdt.c
index 8341892..0b699c7 100644 (file)
@@ -150,8 +150,6 @@ static long geodewdt_ioctl(struct file *file, unsigned int cmd,
        case WDIOC_GETSUPPORT:
                return copy_to_user(argp, &ident,
                                    sizeof(ident)) ? -EFAULT : 0;
-               break;
-
        case WDIOC_GETSTATUS:
        case WDIOC_GETBOOTSTATUS:
                return put_user(0, p);