diff options
-rw-r--r-- | drivers/watchdog/hpwdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index f6cff7b5a547..763c1ea5dce5 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -485,7 +485,7 @@ static int hpwdt_pretimeout(struct notifier_block *nb, unsigned long ulReason, | |||
485 | "Management Log for details.\n"); | 485 | "Management Log for details.\n"); |
486 | } | 486 | } |
487 | 487 | ||
488 | return NOTIFY_STOP; | 488 | return NOTIFY_OK; |
489 | } | 489 | } |
490 | 490 | ||
491 | /* | 491 | /* |