diff options
Diffstat (limited to 'drivers/watchdog/hpwdt.c')
| -rw-r--r-- | drivers/watchdog/hpwdt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 70c2c24660d0..809e7167a624 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | #include <linux/efi.h> | 39 | #include <linux/efi.h> |
| 40 | #include <linux/string.h> | 40 | #include <linux/string.h> |
| 41 | #include <linux/bootmem.h> | 41 | #include <linux/bootmem.h> |
| 42 | #include <linux/slab.h> | ||
| 43 | #include <asm/desc.h> | 42 | #include <asm/desc.h> |
| 44 | #include <asm/cacheflush.h> | 43 | #include <asm/cacheflush.h> |
| 45 | 44 | ||
| @@ -443,7 +442,7 @@ static void hpwdt_ping(void) | |||
| 443 | static int hpwdt_change_timer(int new_margin) | 442 | static int hpwdt_change_timer(int new_margin) |
| 444 | { | 443 | { |
| 445 | /* Arbitrary, can't find the card's limits */ | 444 | /* Arbitrary, can't find the card's limits */ |
| 446 | if (new_margin < 30 || new_margin > 600) { | 445 | if (new_margin < 5 || new_margin > 600) { |
| 447 | printk(KERN_WARNING | 446 | printk(KERN_WARNING |
| 448 | "hpwdt: New value passed in is invalid: %d seconds.\n", | 447 | "hpwdt: New value passed in is invalid: %d seconds.\n", |
| 449 | new_margin); | 448 | new_margin); |
