diff options
Diffstat (limited to 'drivers/char/watchdog/alim7101_wdt.c')
-rw-r--r-- | drivers/char/watchdog/alim7101_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/alim7101_wdt.c b/drivers/char/watchdog/alim7101_wdt.c index 383f9bf6810c..5948863b592b 100644 --- a/drivers/char/watchdog/alim7101_wdt.c +++ b/drivers/char/watchdog/alim7101_wdt.c | |||
@@ -277,7 +277,7 @@ static int fop_ioctl(struct inode *inode, struct file *file, unsigned int cmd, u | |||
277 | case WDIOC_GETTIMEOUT: | 277 | case WDIOC_GETTIMEOUT: |
278 | return put_user(timeout, p); | 278 | return put_user(timeout, p); |
279 | default: | 279 | default: |
280 | return -ENOIOCTLCMD; | 280 | return -ENOTTY; |
281 | } | 281 | } |
282 | } | 282 | } |
283 | 283 | ||