diff for duplicates of <20050504061354.GC1439@orphique> diff --git a/a/1.txt b/N1/1.txt index b0dd47e..d4a395c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ Signed-off-by: James Chapman <jchapman@katalix.com> buf[4], buf[5], buf[6]); - if (result >= 0) { -+ if (result = 2) { ++ if (result == 2) { dt->tm_sec = BCD2BIN(buf[0]); dt->tm_min = BCD2BIN(buf[1]); val = buf[2] & 0x3f; @@ -43,7 +43,7 @@ Signed-off-by: James Chapman <jchapman@katalix.com> - } else { - result = 0; - } -+ if (result = 1) ++ if (result == 1) + return 0; - return result; diff --git a/a/content_digest b/N1/content_digest index cefb683..5aa9189 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,9 @@ "ref\0u5mZNEX1.1112954918.3200720.khali@localhost\0" "ref\020050408130639.GC7054@orphique\0" "ref\020050502204136.GE32713@kroah.com\0" - "From\0ladis@linux-mips.org (Ladislav Michl)\0" + "From\0Ladislav Michl <ladis@linux-mips.org>\0" "Subject\0[PATCH] ds1337 2/3\0" - "Date\0Thu, 19 May 2005 06:25:56 +0000\0" + "Date\0Wed, 4 May 2005 08:13:54 +0200\0" "To\0Greg KH <greg@kroah.com>\0" "Cc\0Jean Delvare <khali@linux-fr.org>" LKML <linux-kernel@vger.kernel.org> @@ -26,7 +26,7 @@ " \t\tbuf[4], buf[5], buf[6]);\n" " \n" "-\tif (result >= 0) {\n" - "+\tif (result = 2) {\n" + "+\tif (result == 2) {\n" " \t\tdt->tm_sec = BCD2BIN(buf[0]);\n" " \t\tdt->tm_min = BCD2BIN(buf[1]);\n" " \t\tval = buf[2] & 0x3f;\n" @@ -57,7 +57,7 @@ "-\t} else {\n" "-\t\tresult = 0;\n" "-\t}\n" - "+\tif (result = 1)\n" + "+\tif (result == 1)\n" "+\t\treturn 0;\n" " \n" "-\treturn result;\n" @@ -67,4 +67,4 @@ " \n" static int ds1337_command(struct i2c_client *client, unsigned int cmd, -aa5ab754ee2d72a051027ca43443f1dce3ae1003fa187a70e29ed115babdfd80 +43a626867af9f477f44761c03d86cde77ca02a1b344b3e81fee8f289313484c0
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.