All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20120628193354.GL3007@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index eea8964..2695e4d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,11 +16,11 @@ On Wed, Jun 27, 2012 at 10:11:00AM -0300, Mauro Carvalho Chehab wrote:
 > > @@ -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 c39d743..4e406ca 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\04FEB0664.3030408@redhat.com\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [patch -resend] [media] az6007: precedence bug in az6007_i2c_xfer()\0"
- "Date\0Thu, 28 Jun 2012 19:33:54 +0000\0"
+ "Date\0Thu, 28 Jun 2012 22:33:54 +0300\0"
  "To\0Mauro Carvalho Chehab <mchehab@redhat.com>\0"
  "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>"
   Jose Alberto Reguero <jareguero@telefonica.net>
@@ -29,11 +29,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"
@@ -61,4 +61,4 @@
  "regards,\n"
  dan carpenter
 
-06f9c136fef5e758d045e0ce5730d1c8d702f10e0919ad7e808bc49efbf2e849
+c9b782573f2f61dc958ba1406902f0ad98f6793fdc65f5e81974933cd74d2bfc

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.