All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1363382873-20077-3-git-send-email-g.liakhovetski@gmx.de>

diff --git a/a/1.txt b/N1/1.txt
index b8270cc..eb1b85d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -74,14 +74,14 @@ index 0000000..ce26043
 +{
 +	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 563d7b8..6f46953 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH v6 2/7] media: V4L2: support asynchronous subdevice registration\0"
 ]
 [
-  "Date\0Fri, 15 Mar 2013 21:27:48 +0000\0"
+  "Date\0Fri, 15 Mar 2013 22:27:48 +0100\0"
 ]
 [
   "To\0linux-media\@vger.kernel.org\0"
@@ -107,14 +107,14 @@
   "+{\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 *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",
@@ -465,4 +465,4 @@
   "1.7.2.5"
 ]
 
-8be9d193b1fbea886a68213f0bd3c85e034a2b4bd03987e7680bb01618554988
+84ab7dbb6d64835d4442f69df2762bb8dbeac6baad9142d05eafe349abde5d7d

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.