diff for duplicates of <20110508042559.GA29239@ericsson.com> diff --git a/a/1.txt b/N1/1.txt index 5d50b33..b2fb71f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -480,7 +480,7 @@ some superio bits as well as memory regions dangling. See below for details. > if (!test_bit(WDTS_USE_GP, &wdt_status)) { > + int ret; > if (!request_region(CIR_BASE, 8, WATCHDOG_NAME)) { -> if (rc == -EIO) +> if (rc = -EIO) > printk(KERN_ERR PFX > @@ -646,8 +678,9 @@ static int __init it87_wdt_init(void) > goto err_out; @@ -556,7 +556,7 @@ some superio bits as well as memory regions dangling. See below for details. > - } else { > - superio_select(CIR); > - superio_outb(ciract, ACTREG); -> + if (superio_enter() == 0) { +> + if (superio_enter() = 0) { > + superio_select(GPIO); > + superio_outb(0x00, WDTCTRL); > + superio_outb(0x00, WDTCFG); @@ -578,3 +578,8 @@ some superio bits as well as memory regions dangling. See below for details. > > misc_deregister(&wdt_miscdev); > unregister_reboot_notifier(&wdt_notifier); + +_______________________________________________ +lm-sensors mailing list +lm-sensors@lm-sensors.org +http://lists.lm-sensors.org/mailman/listinfo/lm-sensors diff --git a/a/content_digest b/N1/content_digest index a6f9c14..4afdf10 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01304745564-13003-1-git-send-email-natg@google.com\0" "ref\01304745647-13051-1-git-send-email-natg@google.com\0" "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0" - "Subject\0Re: [PATCH v9 1/2] Use \"request_muxed_region\" in it87 watchdog drivers\0" - "Date\0Sat, 7 May 2011 21:25:59 -0700\0" + "Subject\0Re: [lm-sensors] [PATCH v9 1/2] Use \"request_muxed_region\" in it87\0" + "Date\0Sun, 08 May 2011 04:25:59 +0000\0" "To\0Nat Gurumoorthy <natg@google.com>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" Wim Van Sebroeck <wim@iguana.be> @@ -494,7 +494,7 @@ "> if (!test_bit(WDTS_USE_GP, &wdt_status)) {\n" "> + int ret;\n" "> if (!request_region(CIR_BASE, 8, WATCHDOG_NAME)) {\n" - "> if (rc == -EIO)\n" + "> if (rc = -EIO)\n" "> printk(KERN_ERR PFX\n" "> @@ -646,8 +678,9 @@ static int __init it87_wdt_init(void)\n" "> goto err_out;\n" @@ -570,7 +570,7 @@ "> - } else {\n" "> - superio_select(CIR);\n" "> - superio_outb(ciract, ACTREG);\n" - "> + if (superio_enter() == 0) {\n" + "> + if (superio_enter() = 0) {\n" "> + superio_select(GPIO);\n" "> + superio_outb(0x00, WDTCTRL);\n" "> + superio_outb(0x00, WDTCFG);\n" @@ -591,6 +591,11 @@ "> - spin_unlock_irqrestore(&spinlock, flags);\n" "> \n" "> misc_deregister(&wdt_miscdev);\n" - > unregister_reboot_notifier(&wdt_notifier); + "> unregister_reboot_notifier(&wdt_notifier);\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -febc37c54b5c44aa3913fb957ba9d7c223cb9aa3847c96544c609968fd19ffe6 +4395c633b650e86287aa498d422058b6898cef7729ed10d7b31733ab282546e3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.