diff options
Diffstat (limited to 'drivers/watchdog/softdog.c')
-rw-r--r-- | drivers/watchdog/softdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/softdog.c b/drivers/watchdog/softdog.c index 833f49f43d43..100b114e3c3c 100644 --- a/drivers/watchdog/softdog.c +++ b/drivers/watchdog/softdog.c | |||
@@ -151,7 +151,7 @@ static int softdog_release(struct inode *inode, struct file *file) | |||
151 | { | 151 | { |
152 | /* | 152 | /* |
153 | * Shut off the timer. | 153 | * Shut off the timer. |
154 | * Lock it in if it's a module and we set nowayout | 154 | * Lock it in if it's a module and we set nowayout |
155 | */ | 155 | */ |
156 | if (expect_close == 42) { | 156 | if (expect_close == 42) { |
157 | softdog_stop(); | 157 | softdog_stop(); |