diff for duplicates of <20140529131732.2329.50630.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 979c473..b36924c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -90,7 +90,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; + } @@ -109,7 +109,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 6214420..e83bd1e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020140529131650.2329.3197.sendpatchset@w520\0" "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH v2 04/05] staging: board: Initial board staging support\0" - "Date\0Thu, 29 May 2014 13:17:32 +0000\0" + "Date\0Thu, 29 May 2014 22:17:32 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0devel@driverdev.osuosl.org" linux-sh@vger.kernel.org @@ -106,7 +106,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" @@ -125,7 +125,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" @@ -156,4 +156,4 @@ "+\n" +#endif /* __BOARD_H__ */ -dd7ff8bb21a2f6f9236490e0b126bce80989b8048d187243356914422666b908 +2ec75596210f1c2200f53af36586fab1a2271afbc63c7a0c1f961d59d460937d
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.