1
0
Fork 0

Merge branch 'v4.16-fixes'

hifive-unleashed-5.1
Wim Van Sebroeck 2018-03-10 11:46:24 +01:00
commit 1462eecfc5
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ static bool watchdog_is_running(void)
is_running = (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0))
&& (superio_inb(watchdog.sioaddr, F71808FG_REG_WDT_CONF)
& F71808FG_FLAG_WD_EN);
& BIT(F71808FG_FLAG_WD_EN));
superio_exit(watchdog.sioaddr);