summaryrefslogtreecommitdiff
path: root/drivers/watchdog/mxc_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/mxc_wdt.c')
-rw-r--r--drivers/watchdog/mxc_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mxc_wdt.c b/drivers/watchdog/mxc_wdt.c
index 3626a51e557d..0114fab70253 100644
--- a/drivers/watchdog/mxc_wdt.c
+++ b/drivers/watchdog/mxc_wdt.c
@@ -200,7 +200,7 @@ mxc_wdt_ioctl(struct inode *inode, struct file *file,
switch (cmd) {
default:
- return -ENOIOCTLCMD;
+ return -ENOTTY;
case WDIOC_GETSUPPORT:
return copy_to_user((struct watchdog_info __user *)arg, &ident,
sizeof(ident));