diff options
| -rw-r--r-- | drivers/watchdog/sc1200wdt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/watchdog/sc1200wdt.c b/drivers/watchdog/sc1200wdt.c index 8e4e2fc13f87..e035a4d4b299 100644 --- a/drivers/watchdog/sc1200wdt.c +++ b/drivers/watchdog/sc1200wdt.c @@ -239,7 +239,7 @@ static long sc1200wdt_ioctl(struct file *file, unsigned int cmd,  			return -EINVAL;  		timeout = new_timeout;  		sc1200wdt_write_data(WDTO, timeout); -		/* fall through and return the new timeout */ +		/* fall through - and return the new timeout */  	case WDIOC_GETTIMEOUT:  		return put_user(timeout * 60, p); | 
