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

diff --git a/a/1.txt b/N1/1.txt
index fb15b78..35d0a22 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ index d3affa6..b293149 100644
  		int cs_gpio = of_get_named_gpio(pdev->dev.of_node,
  						"cs-gpios", i);
  
--			if (cs_gpio = -EPROBE_DEFER)
+-			if (cs_gpio == -EPROBE_DEFER)
 -				return cs_gpio;
 -
 -			if (gpio_is_valid(cs_gpio)) {
@@ -19,7 +19,7 @@ index d3affa6..b293149 100644
 -				if (ret)
 -					return ret;
 -			}
-+		if (cs_gpio = -EPROBE_DEFER)
++		if (cs_gpio == -EPROBE_DEFER)
 +			return cs_gpio;
 +
 +		if (gpio_is_valid(cs_gpio)) {
diff --git a/a/content_digest b/N1/content_digest
index e329da0..1b8b2b0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] spi: atmel: fix indenting in atmel_spi_gpio_cs()\0"
- "Date\0Mon, 14 Nov 2016 14:26:44 +0000\0"
+ "Date\0Mon, 14 Nov 2016 17:26:44 +0300\0"
  "To\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
  "Cc\0Mark Brown <broonie@kernel.org>"
   linux-spi@vger.kernel.org
@@ -19,7 +19,7 @@
  " \t\tint cs_gpio = of_get_named_gpio(pdev->dev.of_node,\n"
  " \t\t\t\t\t\t\"cs-gpios\", i);\n"
  " \n"
- "-\t\t\tif (cs_gpio = -EPROBE_DEFER)\n"
+ "-\t\t\tif (cs_gpio == -EPROBE_DEFER)\n"
  "-\t\t\t\treturn cs_gpio;\n"
  "-\n"
  "-\t\t\tif (gpio_is_valid(cs_gpio)) {\n"
@@ -28,7 +28,7 @@
  "-\t\t\t\tif (ret)\n"
  "-\t\t\t\t\treturn ret;\n"
  "-\t\t\t}\n"
- "+\t\tif (cs_gpio = -EPROBE_DEFER)\n"
+ "+\t\tif (cs_gpio == -EPROBE_DEFER)\n"
  "+\t\t\treturn cs_gpio;\n"
  "+\n"
  "+\t\tif (gpio_is_valid(cs_gpio)) {\n"
@@ -41,4 +41,4 @@
  " \n"
  " \treturn 0;"
 
-4224dd2f0105774958757f69adecc5f17af0fc126abe745df4a2438f8249f2a9
+145ec9743e129636b398c70bf862214dd234b7025a367be5bc5ccb7d7ddbc0b4

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.