diff options
Diffstat (limited to 'drivers/watchdog/geodewdt.c')
-rw-r--r-- | drivers/watchdog/geodewdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/geodewdt.c b/drivers/watchdog/geodewdt.c index a41f57ce581a..74c00698801d 100644 --- a/drivers/watchdog/geodewdt.c +++ b/drivers/watchdog/geodewdt.c | |||
@@ -149,7 +149,7 @@ geodewdt_ioctl(struct inode *inode, struct file *file, unsigned int cmd, | |||
149 | .identity = WATCHDOG_NAME, | 149 | .identity = WATCHDOG_NAME, |
150 | }; | 150 | }; |
151 | 151 | ||
152 | switch(cmd) { | 152 | switch (cmd) { |
153 | case WDIOC_GETSUPPORT: | 153 | case WDIOC_GETSUPPORT: |
154 | return copy_to_user(argp, &ident, | 154 | return copy_to_user(argp, &ident, |
155 | sizeof(ident)) ? -EFAULT : 0; | 155 | sizeof(ident)) ? -EFAULT : 0; |