diff for duplicates of <4BA9CF57.4030504@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 3df2593..cce0495 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -393,7 +393,7 @@ On 03/24/2010 12:12 AM, Giel van Schijndel wrote: > + char c; > + if (get_user(c, buf + i)) > + return -EFAULT; -> + expect_close = (c = 'V'); +> + expect_close = (c == 'V'); > + } > + > + /* Lock to properly order writes across fork()ed processes */ @@ -483,7 +483,7 @@ On 03/24/2010 12:12 AM, Giel van Schijndel wrote: > +static int watchdog_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) > + watchdog_stop(); > + return NOTIFY_DONE; > +} @@ -660,8 +660,3 @@ On 03/24/2010 12:12 AM, Giel van Schijndel wrote: > } > > MODULE_DESCRIPTION("F71882FG Hardware Monitoring Driver"); - -_______________________________________________ -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 e8a87bb..61693da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,8 +4,8 @@ "ref\01269385936-3440-3-git-send-email-me@mortis.eu\0" "ref\01269385936-3440-4-git-send-email-me@mortis.eu\0" "From\0Hans de Goede <hdegoede@redhat.com>\0" - "Subject\0Re: [lm-sensors] [PATCH 4/4] [RFC] hwmon: f71882fg: Add watchdog\0" - "Date\0Wed, 24 Mar 2010 08:37:43 +0000\0" + "Subject\0Re: [PATCH 4/4] [RFC] hwmon: f71882fg: Add watchdog API for F71808E and F71889\0" + "Date\0Wed, 24 Mar 2010 09:37:43 +0100\0" "To\0Giel van Schijndel <me@mortis.eu>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" Jonathan Cameron <jic23@cam.ac.uk> @@ -409,7 +409,7 @@ "> +\t\t\t\tchar c;\n" "> +\t\t\t\tif (get_user(c, buf + i))\n" "> +\t\t\t\t\treturn -EFAULT;\n" - "> +\t\t\t\texpect_close = (c = 'V');\n" + "> +\t\t\t\texpect_close = (c == 'V');\n" "> +\t\t\t}\n" "> +\n" "> +\t\t\t/* Lock to properly order writes across fork()ed processes */\n" @@ -499,7 +499,7 @@ "> +static int watchdog_notify_sys(struct notifier_block *this, unsigned long code,\n" "> +\tvoid *unused)\n" "> +{\n" - "> +\tif (code = SYS_DOWN || code = SYS_HALT)\n" + "> +\tif (code == SYS_DOWN || code == SYS_HALT)\n" "> +\t\twatchdog_stop();\n" "> +\treturn NOTIFY_DONE;\n" "> +}\n" @@ -675,11 +675,6 @@ "> +\t}\n" "> }\n" ">\n" - "> MODULE_DESCRIPTION(\"F71882FG Hardware Monitoring Driver\");\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + "> MODULE_DESCRIPTION(\"F71882FG Hardware Monitoring Driver\");" -090199eabdc2f94b3f883d11851064ac26f47897fffa5b7a866288a59e6a4d72 +f389f96989efb220da72d66f21e662534f9a62b7779745e23593087e0acc886e
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.