All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140606104443.4423.6161.sendpatchset@w520>

diff --git a/a/1.txt b/N1/1.txt
index 049db4a..6c1804e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -94,7 +94,7 @@ Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
 +	while (dn) {
 +		if (of_can_translate_address(dn)
 +		    && !of_address_to_resource(dn, 0, &res)) {
-+			if (res.start = base_address) {
++			if (res.start == base_address) {
 +				of_node_put(dn);
 +				return true;
 +			}
@@ -113,7 +113,7 @@ Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
 +	for (i = 0; i < num_resources; i++) {
 +		const struct resource *r = resource + i;
 +
-+		if (resource_type(r) = IORESOURCE_MEM)
++		if (resource_type(r) == IORESOURCE_MEM)
 +			if (find_by_address(r->start))
 +				return true; /* DT node available */
 +	}
diff --git a/a/content_digest b/N1/content_digest
index 2a7ef91..31cf4ff 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020140606104408.4423.36098.sendpatchset@w520\0"
  "From\0Magnus Damm <magnus.damm@gmail.com>\0"
  "Subject\0[PATCH v3 04/05] staging: board: Initial board staging support\0"
- "Date\0Fri, 06 Jun 2014 10:44:43 +0000\0"
+ "Date\0Fri, 06 Jun 2014 19:44:43 +0900\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0devel@driverdev.osuosl.org"
   pebolle@tiscali.nl
@@ -111,7 +111,7 @@
  "+\twhile (dn) {\n"
  "+\t\tif (of_can_translate_address(dn)\n"
  "+\t\t    && !of_address_to_resource(dn, 0, &res)) {\n"
- "+\t\t\tif (res.start = base_address) {\n"
+ "+\t\t\tif (res.start == base_address) {\n"
  "+\t\t\t\tof_node_put(dn);\n"
  "+\t\t\t\treturn true;\n"
  "+\t\t\t}\n"
@@ -130,7 +130,7 @@
  "+\tfor (i = 0; i < num_resources; i++) {\n"
  "+\t\tconst struct resource *r = resource + i;\n"
  "+\n"
- "+\t\tif (resource_type(r) = IORESOURCE_MEM)\n"
+ "+\t\tif (resource_type(r) == IORESOURCE_MEM)\n"
  "+\t\t\tif (find_by_address(r->start))\n"
  "+\t\t\t\treturn true; /* DT node available */\n"
  "+\t}\n"
@@ -161,4 +161,4 @@
  "+\n"
  +#endif /* __BOARD_H__ */
 
-478f883e91c4df455d8655b371e07d6aef9dee070d0a4a4ea14b44a85852f6f5
+688dc1c141b98d0fbcd4a14d596f6ad9a48a1d6e7adf52dccf0760e51a63df37

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.