diff for duplicates of <20120627090644.GP31212@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 3a9adab..ff85535 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,9 +14,9 @@ index 4008b9c..f6f0cf9 100644 @@ -711,7 +711,7 @@ static int az6007_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], addr = msgs[i].addr << 1; if (((i + 1) < num) - && (msgs[i].len = 1) + && (msgs[i].len == 1) - && (!msgs[i].flags & I2C_M_RD) + && (!(msgs[i].flags & I2C_M_RD)) && (msgs[i + 1].flags & I2C_M_RD) - && (msgs[i].addr = msgs[i + 1].addr)) { + && (msgs[i].addr == msgs[i + 1].addr)) { /* diff --git a/a/content_digest b/N1/content_digest index 149b395..9306d1f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120627085800.GA3007@mwanda\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch -resend] [media] az6007: precedence bug in az6007_i2c_xfer()\0" - "Date\0Wed, 27 Jun 2012 09:06:44 +0000\0" + "Date\0Wed, 27 Jun 2012 12:06:44 +0300\0" "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0" "Cc\0Jose Alberto Reguero <jareguero@telefonica.net>" linux-media@vger.kernel.org @@ -25,11 +25,11 @@ "@@ -711,7 +711,7 @@ static int az6007_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[],\n" " \t\taddr = msgs[i].addr << 1;\n" " \t\tif (((i + 1) < num)\n" - " \t\t && (msgs[i].len = 1)\n" + " \t\t && (msgs[i].len == 1)\n" "-\t\t && (!msgs[i].flags & I2C_M_RD)\n" "+\t\t && (!(msgs[i].flags & I2C_M_RD))\n" " \t\t && (msgs[i + 1].flags & I2C_M_RD)\n" - " \t\t && (msgs[i].addr = msgs[i + 1].addr)) {\n" + " \t\t && (msgs[i].addr == msgs[i + 1].addr)) {\n" " \t\t\t/*" -58b1a3c10b917990df02d89807d4df4a208e2292375eb61d79dd47b6631375c0 +4001937012fdc18c92084a5ea95b7d60436371d175ccdf7c4941bacb5c6e8647
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.