All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FEB0664.3030408@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index f1b0add..32a2aff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,11 +15,11 @@ Em 27-06-2012 06:06, Dan Carpenter escreveu:
 > @@ -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 847f908..eb4b57b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020120627090644.GP31212@elgon.mountain\0"
  "From\0Mauro Carvalho Chehab <mchehab@redhat.com>\0"
  "Subject\0Re: [patch -resend] [media] az6007: precedence bug in az6007_i2c_xfer()\0"
- "Date\0Wed, 27 Jun 2012 13:11:00 +0000\0"
+ "Date\0Wed, 27 Jun 2012 10:11:00 -0300\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>"
   Jose Alberto Reguero <jareguero@telefonica.net>
@@ -27,11 +27,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/*\n"
  "> \n"
  "\n"
@@ -51,4 +51,4 @@
  "Regards,\n"
  Mauro
 
-acd314194545e16f7fffed6d6b53be83755cb2911f07991438756a90671f4585
+9c01781cd4dad6cf325cccbf6c04bad6f73a54ca0ffd1db6a06341603497539b

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.