diff options
Diffstat (limited to 'drivers/watchdog/wm8350_wdt.c')
-rw-r--r-- | drivers/watchdog/wm8350_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/wm8350_wdt.c b/drivers/watchdog/wm8350_wdt.c index 0ce572c15659..3c76693447fd 100644 --- a/drivers/watchdog/wm8350_wdt.c +++ b/drivers/watchdog/wm8350_wdt.c | |||
@@ -60,6 +60,7 @@ static int wm8350_wdt_set_timeout(struct watchdog_device *wdt_dev, | |||
60 | wm8350_reg_lock(wm8350); | 60 | wm8350_reg_lock(wm8350); |
61 | mutex_unlock(&wdt_mutex); | 61 | mutex_unlock(&wdt_mutex); |
62 | 62 | ||
63 | wdt_dev->timeout = timeout; | ||
63 | return ret; | 64 | return ret; |
64 | } | 65 | } |
65 | 66 | ||