mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
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
@ -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 New Issue
Block a user