Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog: [WATCHDOG] it8712f_wdt Zero MSB timeout byte when disabling watchdog
This commit is contained in:
commit
c28cf0fdcd
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ it8712f_wdt_disable(void)
|
|||
|
||||
superio_outb(0, WDT_CONFIG);
|
||||
superio_outb(0, WDT_CONTROL);
|
||||
if (revision >= 0x08)
|
||||
superio_outb(0, WDT_TIMEOUT + 1);
|
||||
superio_outb(0, WDT_TIMEOUT);
|
||||
|
||||
superio_exit();
|
||||
|
|
Loading…
Reference in a new issue