diff for duplicates of <20080325063236.GA29012@linux-sh.org> diff --git a/a/1.txt b/N1/1.txt index a45d24c..3b471a0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -149,7 +149,7 @@ index 0000000..f6b92d2 +{ + int i, j; + -+ if (len == 1) ++ if (len = 1) + *dst = *src << 8; + else { + j = 0; @@ -164,7 +164,7 @@ index 0000000..f6b92d2 +{ + int i, j; + -+ if (len == 1) ++ if (len = 1) + *dst = *src >> 8; + else { + j = 0; @@ -182,7 +182,7 @@ index 0000000..f6b92d2 + int i, j; + + j = 0; -+ if (len == 1) ++ if (len = 1) + cmd[j++] = (command << 8); + else + for (i = 0; i < len; i += 2) @@ -221,7 +221,7 @@ index 0000000..f6b92d2 +{ + u16 tmp = ioread16(dev->base + SMCR); + -+ if ((tmp & (SMCR_IRIC | SMCR_ACKE)) == SMCR_ACKE) { ++ if ((tmp & (SMCR_IRIC | SMCR_ACKE)) = SMCR_ACKE) { + dev_warn(dev->dev, "ack abnormality\n"); + return highlander_i2c_reset(dev); + } diff --git a/a/content_digest b/N1/content_digest index c4b2f55..c801c76 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Paul Mundt <lethal@linux-sh.org>\0" "Subject\0[PATCH] i2c: Renesas Highlander FPGA SMBus support.\0" - "Date\0Tue, 25 Mar 2008 15:32:36 +0900\0" + "Date\0Tue, 25 Mar 2008 06:32:36 +0000\0" "To\0i2c@lm-sensors.org" " khali@linux-fr.org\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" @@ -158,7 +158,7 @@ "+{\n" "+\tint i, j;\n" "+\n" - "+\tif (len == 1)\n" + "+\tif (len = 1)\n" "+\t\t*dst = *src << 8;\n" "+\telse {\n" "+\t\tj = 0;\n" @@ -173,7 +173,7 @@ "+{\n" "+\tint i, j;\n" "+\n" - "+\tif (len == 1)\n" + "+\tif (len = 1)\n" "+\t\t*dst = *src >> 8;\n" "+\telse {\n" "+\t\tj = 0;\n" @@ -191,7 +191,7 @@ "+\tint i, j;\n" "+\n" "+\tj = 0;\n" - "+\tif (len == 1)\n" + "+\tif (len = 1)\n" "+\t\tcmd[j++] = (command << 8);\n" "+\telse\n" "+\t\tfor (i = 0; i < len; i += 2)\n" @@ -230,7 +230,7 @@ "+{\n" "+\tu16 tmp = ioread16(dev->base + SMCR);\n" "+\n" - "+\tif ((tmp & (SMCR_IRIC | SMCR_ACKE)) == SMCR_ACKE) {\n" + "+\tif ((tmp & (SMCR_IRIC | SMCR_ACKE)) = SMCR_ACKE) {\n" "+\t\tdev_warn(dev->dev, \"ack abnormality\\n\");\n" "+\t\treturn highlander_i2c_reset(dev);\n" "+\t}\n" @@ -566,4 +566,4 @@ "+MODULE_PARM_DESC(iic_force_normal, \"Force normal mode (100 kHz), default is fast mode (400 kHz)\");\n" "+MODULE_PARM_DESC(iic_timeout, \"Force timeout value in msecs (default 1000 ms)\");" -7aaa1d34dd32a045867abe57908ea2ff938bc0aed5a8bf9018ac9b1eaaf07907 +b6613e68ebb459b1fd0266966319e18c6c4c5c26b77a86585dfb1b0007fb909b
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.