Commit 1462eecf authored by Wim Van Sebroeck's avatar Wim Van Sebroeck
Browse files

Merge branch 'v4.16-fixes'

parents 089bcaa8 977f6f68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);