diff for duplicates of <20110422044451.GB524@ericsson.com> diff --git a/a/1.txt b/N1/1.txt index 7d4f546..ce3e4f0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -109,7 +109,7 @@ but that is not the point. > static int it8712f_wdt_notify(struct notifier_block *this, > @@ -209,7 +222,8 @@ static int it8712f_wdt_notify(struct notifier_block *this, > { -> if (code == SYS_HALT || code == SYS_POWER_OFF) +> if (code = SYS_HALT || code = SYS_POWER_OFF) > if (!nowayout) > - it8712f_wdt_disable(); > + if (it8712f_wdt_disable()) @@ -399,7 +399,7 @@ meaning test_bit is no longer protected by the lock. > @@ -532,7 +552,8 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code, > void *unused) > { -> if (code == SYS_DOWN || code == SYS_HALT) +> if (code = SYS_DOWN || code = SYS_HALT) > - wdt_stop(); > + if (wdt_stop()) > + return -EBUSY; @@ -535,3 +535,8 @@ you still have to execute the rest of the code. Guenter Roeck Distinguished Engineer PDU IP Systems + +_______________________________________________ +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 5ee8b01..43f828d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01303153127-11717-1-git-send-email-natg@google.com\0" "ref\01303153204-11784-1-git-send-email-natg@google.com\0" "From\0Guenter Roeck <guenter.roeck@ericsson.com>\0" - "Subject\0Re: [PATCH v7 1/2] Use \"request_muxed_region\" in it87 watchdog drivers\0" - "Date\0Thu, 21 Apr 2011 21:44:51 -0700\0" + "Subject\0Re: [lm-sensors] [PATCH v7 1/2] Use \"request_muxed_region\" in it87\0" + "Date\0Fri, 22 Apr 2011 04:44:51 +0000\0" "To\0Nat Gurumoorthy <natg@google.com>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" Wim Van Sebroeck <wim@iguana.be> @@ -123,7 +123,7 @@ "> static int it8712f_wdt_notify(struct notifier_block *this,\n" "> @@ -209,7 +222,8 @@ static int it8712f_wdt_notify(struct notifier_block *this,\n" "> {\n" - "> if (code == SYS_HALT || code == SYS_POWER_OFF)\n" + "> if (code = SYS_HALT || code = SYS_POWER_OFF)\n" "> if (!nowayout)\n" "> - it8712f_wdt_disable();\n" "> + if (it8712f_wdt_disable())\n" @@ -413,7 +413,7 @@ "> @@ -532,7 +552,8 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code,\n" "> void *unused)\n" "> {\n" - "> if (code == SYS_DOWN || code == SYS_HALT)\n" + "> if (code = SYS_DOWN || code = SYS_HALT)\n" "> - wdt_stop();\n" "> + if (wdt_stop())\n" "> + return -EBUSY;\n" @@ -548,6 +548,11 @@ "-- \n" "Guenter Roeck\n" "Distinguished Engineer\n" - PDU IP Systems + "PDU IP Systems\n" + "\n" + "_______________________________________________\n" + "lm-sensors mailing list\n" + "lm-sensors@lm-sensors.org\n" + http://lists.lm-sensors.org/mailman/listinfo/lm-sensors -01149a6a54ce82efec6303ca54d79cdf25209cc2f4dac1a6fb641703e303a773 +06c542e5be4d340a3e22d1d317e1a99e836f85c4348e1ca65240131be5b8a0e1
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.