All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1447338715-9955-7-git-send-email-wsa@the-dreams.de>

diff --git a/a/1.txt b/N1/1.txt
index c821882..1e1539c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -65,7 +65,7 @@ index 4bd3099865b485..316de40fa4dc69 100644
  		rcar_i2c_write(priv, ICMCR, RCAR_BUS_PHASE_DATA);
  
 -	rcar_i2c_write(priv, ICMSR, RCAR_IRQ_ACK_RECV);
-+	if (priv->pos = msg->len && !(priv->flags & ID_LAST_MSG))
++	if (priv->pos == msg->len && !(priv->flags & ID_LAST_MSG))
 +		rcar_i2c_next_msg(priv);
 +	else
 +		rcar_i2c_write(priv, ICMSR, RCAR_IRQ_ACK_RECV);
@@ -82,7 +82,7 @@ index 4bd3099865b485..316de40fa4dc69 100644
  	}
 @@ -501,35 +508,28 @@ static int rcar_i2c_master_xfer(struct i2c_adapter *adap,
  		/* This HW can't send STOP after address phase */
- 		if (msgs[i].len = 0) {
+ 		if (msgs[i].len == 0) {
  			ret = -EOPNOTSUPP;
 -			break;
 -		}
diff --git a/a/content_digest b/N1/content_digest
index f03765d..3c34f85 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH v2 06/10] i2c: rcar: init new messages in irq\0"
 ]
 [
-  "Date\0Thu, 12 Nov 2015 14:31:51 +0000\0"
+  "Date\0Thu, 12 Nov 2015 15:31:51 +0100\0"
 ]
 [
   "To\0linux-i2c\@vger.kernel.org\0"
@@ -97,7 +97,7 @@
   " \t\trcar_i2c_write(priv, ICMCR, RCAR_BUS_PHASE_DATA);\n",
   " \n",
   "-\trcar_i2c_write(priv, ICMSR, RCAR_IRQ_ACK_RECV);\n",
-  "+\tif (priv->pos = msg->len && !(priv->flags & ID_LAST_MSG))\n",
+  "+\tif (priv->pos == msg->len && !(priv->flags & ID_LAST_MSG))\n",
   "+\t\trcar_i2c_next_msg(priv);\n",
   "+\telse\n",
   "+\t\trcar_i2c_write(priv, ICMSR, RCAR_IRQ_ACK_RECV);\n",
@@ -114,7 +114,7 @@
   " \t}\n",
   "\@\@ -501,35 +508,28 \@\@ static int rcar_i2c_master_xfer(struct i2c_adapter *adap,\n",
   " \t\t/* This HW can't send STOP after address phase */\n",
-  " \t\tif (msgs[i].len = 0) {\n",
+  " \t\tif (msgs[i].len == 0) {\n",
   " \t\t\tret = -EOPNOTSUPP;\n",
   "-\t\t\tbreak;\n",
   "-\t\t}\n",
@@ -172,4 +172,4 @@
   "2.1.4"
 ]
 
-af66f94925df23d363ad3df9ca6aae152292a1f5cc5ca200f36ae53a6838abf1
+844f88a3d5000f27f5c4d700608dcb9edf544090ba250b246db435ccc1b96ec1

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.