aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/hpwdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c
index 70c2c24660d0..af48075dafb1 100644
--- a/drivers/watchdog/hpwdt.c
+++ b/drivers/watchdog/hpwdt.c
@@ -443,7 +443,7 @@ static void hpwdt_ping(void)
443static int hpwdt_change_timer(int new_margin) 443static int hpwdt_change_timer(int new_margin)
444{ 444{
445 /* Arbitrary, can't find the card's limits */ 445 /* Arbitrary, can't find the card's limits */
446 if (new_margin < 30 || new_margin > 600) { 446 if (new_margin < 5 || new_margin > 600) {
447 printk(KERN_WARNING 447 printk(KERN_WARNING
448 "hpwdt: New value passed in is invalid: %d seconds.\n", 448 "hpwdt: New value passed in is invalid: %d seconds.\n",
449 new_margin); 449 new_margin);