diff options
Diffstat (limited to 'drivers/char/watchdog/booke_wdt.c')
| -rw-r--r-- | drivers/char/watchdog/booke_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/booke_wdt.c b/drivers/char/watchdog/booke_wdt.c index e3cefc538b40..488902231cc2 100644 --- a/drivers/char/watchdog/booke_wdt.c +++ b/drivers/char/watchdog/booke_wdt.c | |||
| @@ -125,7 +125,7 @@ static int booke_wdt_ioctl (struct inode *inode, struct file *file, | |||
| 125 | return -EINVAL; | 125 | return -EINVAL; |
| 126 | return 0; | 126 | return 0; |
| 127 | default: | 127 | default: |
| 128 | return -ENOIOCTLCMD; | 128 | return -ENOTTY; |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | return 0; | 131 | return 0; |
