All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2758648.Kh9zPa8bkD@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 7f5d2d9..07b6b38 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -74,15 +74,15 @@ is needed. Sorry :-)
 > +{
 > +	struct i2c_client *client = i2c_verify_client(dev);
 > +	return client &&
-> +		hw_dev->bus_type = V4L2_ASYNC_BUS_I2C &&
-> +		hw_dev->match.i2c.adapter_id = client->adapter->nr &&
-> +		hw_dev->match.i2c.address = client->addr;
+> +		hw_dev->bus_type == V4L2_ASYNC_BUS_I2C &&
+> +		hw_dev->match.i2c.adapter_id == client->adapter->nr &&
+> +		hw_dev->match.i2c.address == client->addr;
 > +}
 > +
 > +static bool match_platform(struct device *dev, struct v4l2_async_hw_device
 > *hw_dev)
 > +{
-> +	return hw_dev->bus_type = V4L2_ASYNC_BUS_PLATFORM &&
+> +	return hw_dev->bus_type == V4L2_ASYNC_BUS_PLATFORM &&
 > +		!strcmp(hw_dev->match.platform.name, dev_name(dev));
 > +}
 > +
diff --git a/a/content_digest b/N1/content_digest
index bb06e0b..f21a7dc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v6 2/7] media: V4L2: support asynchronous subdevice registration\0"
 ]
 [
-  "Date\0Tue, 26 Mar 2013 23:41:27 +0000\0"
+  "Date\0Wed, 27 Mar 2013 00:41:27 +0100\0"
 ]
 [
   "To\0Guennadi Liakhovetski <g.liakhovetski\@gmx.de>\0"
@@ -109,15 +109,15 @@
   "> +{\n",
   "> +\tstruct i2c_client *client = i2c_verify_client(dev);\n",
   "> +\treturn client &&\n",
-  "> +\t\thw_dev->bus_type = V4L2_ASYNC_BUS_I2C &&\n",
-  "> +\t\thw_dev->match.i2c.adapter_id = client->adapter->nr &&\n",
-  "> +\t\thw_dev->match.i2c.address = client->addr;\n",
+  "> +\t\thw_dev->bus_type == V4L2_ASYNC_BUS_I2C &&\n",
+  "> +\t\thw_dev->match.i2c.adapter_id == client->adapter->nr &&\n",
+  "> +\t\thw_dev->match.i2c.address == client->addr;\n",
   "> +}\n",
   "> +\n",
   "> +static bool match_platform(struct device *dev, struct v4l2_async_hw_device\n",
   "> *hw_dev)\n",
   "> +{\n",
-  "> +\treturn hw_dev->bus_type = V4L2_ASYNC_BUS_PLATFORM &&\n",
+  "> +\treturn hw_dev->bus_type == V4L2_ASYNC_BUS_PLATFORM &&\n",
   "> +\t\t!strcmp(hw_dev->match.platform.name, dev_name(dev));\n",
   "> +}\n",
   "> +\n",
@@ -502,4 +502,4 @@
   "Laurent Pinchart"
 ]
 
-d8739b0629f646694d82bb33ec9dc9c5b3f20daf8ffe0d97418e47a2dd63e837
+95dab07da35ad603e16335effb22ef9958145e10b5deaa99091c68b04ceee479

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.