watchdog: wdat_wdt: fix get_timeleft call for wdat_wdt
authorBryan Tan <bryantan@vmware.com>
Wed, 10 Apr 2019 12:49:33 +0000 (12:49 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:02:30 +0000 (21:02 +0200)
commit0a48f239bfce525f4b7de0952aadce89ac2c2689
tree720c987a9477aeba4ce63097204d999310530dba
parentc838a3ae614ba324f9e1d762440a6e031ee5bed6
watchdog: wdat_wdt: fix get_timeleft call for wdat_wdt

The get_timeleft call for wdat_wdt was using ACPI_WDAT_GET_COUNTDOWN
when running an action on the device, which would return the configured
countdown, instead of ACPI_WDAT_GET_CURRENT_COUNTDOWN, which returns the
time left before the watchdog will fire. This change corrects that.

Signed-off-by: Bryan Tan <bryantan@vmware.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/wdat_wdt.c