diff for duplicates of <FxPJVIPZ.1112958526.4787880.khali@localhost> diff --git a/a/1.txt b/N1/1.txt index 97e1f34..104e10f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -58,7 +58,7 @@ IMHO, as I just explained). > + dev_err(&client->dev, "error reading data! %d\n", result); > + return 0; > + } else -> + return (buf[0] = buf[16]) ? 0 : 1; +> + return (buf[0] == buf[16]) ? 0 : 1; > +} This will fail eventually. The first register is the seconds count, which diff --git a/a/content_digest b/N1/content_digest index 3e40d30..6bd4578 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020050407231904.GE27226@orphique\0" - "From\0khali@linux-fr.org (Jean Delvare)\0" - "Subject\0[PATCH] ds1337 4/4\0" - "Date\0Thu, 19 May 2005 06:25:50 +0000\0" + "From\0Jean Delvare <khali@linux-fr.org>\0" + "Subject\0Re: [PATCH] ds1337 4/4\0" + "Date\0Fri, 8 Apr 2005 13:08:46 +0200 (CEST)\0" "To\0ladis@linux-mips.org\0" "Cc\0LKML <linux-kernel@vger.kernel.org>" LM Sensors <sensors@stimpy.netroedge.com> @@ -69,7 +69,7 @@ "> +\t\tdev_err(&client->dev, \"error reading data! %d\\n\", result);\n" "> +\t\treturn 0;\n" "> +\t} else\n" - "> +\t\treturn (buf[0] = buf[16]) ? 0 : 1;\n" + "> +\t\treturn (buf[0] == buf[16]) ? 0 : 1;\n" "> +}\n" "\n" "This will fail eventually. The first register is the seconds count, which\n" @@ -122,4 +122,4 @@ "--\n" Jean Delvare -2cdc66792e7ebe0519f20a5279119d6135c20b09ebb1f7f3aa768502be48bc63 +4ef0d8d85ba10713f11c4ced8b36b5db467d8f30b8b5fc6955c1f80679aeba4d
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.