All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <560BF1B8.30606@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 98fed17..808c281 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -102,7 +102,7 @@ On 09/30/2015 11:32 AM, Tomi Valkeinen wrote:
 > +		int idx;
 > +
 > +		idx = of_property_match_string(child, "label", led_cdev->name);
-> +		if (idx = 0)
+> +		if (idx == 0)
 > +			return child;
 > +	}
 > +
@@ -121,7 +121,7 @@ On 09/30/2015 11:32 AM, Tomi Valkeinen wrote:
 > +
 > +	of_node_put(led_node);
 > +
-> +	return led_node = target_node;
+> +	return led_node == target_node;
 > +}
 > +
 > +/**
diff --git a/a/content_digest b/N1/content_digest
index 35641ae..690d677 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01443605522-1118-2-git-send-email-tomi.valkeinen@ti.com\0"
  "From\0Jacek Anaszewski <j.anaszewski@samsung.com>\0"
  "Subject\0Re: [PATCHv4 1/3] leds: Add of_led_get() and led_put()\0"
- "Date\0Wed, 30 Sep 2015 14:29:12 +0000\0"
+ "Date\0Wed, 30 Sep 2015 16:29:12 +0200\0"
  "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0"
  "Cc\0Jingoo Han <jingoohan1@gmail.com>"
   Lee Jones <lee.jones@linaro.org>
@@ -115,7 +115,7 @@
  "> +\t\tint idx;\n"
  "> +\n"
  "> +\t\tidx = of_property_match_string(child, \"label\", led_cdev->name);\n"
- "> +\t\tif (idx = 0)\n"
+ "> +\t\tif (idx == 0)\n"
  "> +\t\t\treturn child;\n"
  "> +\t}\n"
  "> +\n"
@@ -134,7 +134,7 @@
  "> +\n"
  "> +\tof_node_put(led_node);\n"
  "> +\n"
- "> +\treturn led_node = target_node;\n"
+ "> +\treturn led_node == target_node;\n"
  "> +}\n"
  "> +\n"
  "> +/**\n"
@@ -247,4 +247,4 @@
  "Best Regards,\n"
  Jacek Anaszewski
 
-1b5c34b8fe44c7d76fe88bc7e4099b61205652a57d0119df2ebeca8415b6ba28
+59c9585848b46def8f430c788162fd923e7191706a80aeb1ef97a37ecbc8f0e9

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.