OSDN Git Service

watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is defined
authorPratyush Anand <panand@redhat.com>
Tue, 31 May 2016 06:08:08 +0000 (14:08 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Jul 2016 18:59:40 +0000 (20:59 +0200)
commit1894cad9bf2c10359b2b7a0c00e564698f712751
treed0824a3c189a66e55f6da7e870cd97cf4058a7df
parentb7a8c420f31eaf521f66f093a1a00e92718dd193
watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is defined

When max_hw_heartbeat_ms has a none zero value, max_timeout is not used.
So it's value can be 0. In such case if a driver uses min_timeout
functionality, then check will always fail.

This patch fixes above issue.

Signed-off-by: Pratyush Anand <panand@redhat.com>
Signed-off-by: Fu Wei <fu.wei@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/watchdog_core.c