diff for duplicates of <52164F54.2070209@openwrt.org> diff --git a/a/1.txt b/N1/1.txt index 2b8b47c..81c848f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ > @@ > > res = platform_get_resource_byname(...); -> - if (res = NULL) { ... \(goto l;\|return ret;\) } +> - if (res == NULL) { ... \(goto l;\|return ret;\) } > e = devm_ioremap_resource(e1, res); > // </smpl> > @@ -26,7 +26,3 @@ Acked-by: Gabor Juhos <juhosg@openwrt.org> Thanks! -Gabor --- -To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 48c208d..e259651 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01376902316-18520-7-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Gabor Juhos <juhosg@openwrt.org>\0" "Subject\0Re: [PATCH 6/6] MIPS: ath79: simplify platform_get_resource_byname/devm_ioremap_resource\0" - "Date\0Thu, 22 Aug 2013 17:50:12 +0000\0" + "Date\0Thu, 22 Aug 2013 19:50:12 +0200\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0Ralf Baechle <ralf@linux-mips.org>" kernel-janitors@vger.kernel.org @@ -27,7 +27,7 @@ "> @@\n" "> \n" "> res = platform_get_resource_byname(...);\n" - "> - if (res = NULL) { ... \\(goto l;\\|return ret;\\) }\n" + "> - if (res == NULL) { ... \\(goto l;\\|return ret;\\) }\n" "> e = devm_ioremap_resource(e1, res);\n" "> // </smpl>\n" "> \n" @@ -37,10 +37,6 @@ "\n" "Thanks!\n" "\n" - "-Gabor\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + -Gabor -62226a628f87fcee76c409e0e28b30989ad05d6417bc5383462c04bf22bd9a66 +3b63c2cbf85fb2fc4a6572b58653da40ef6e27f13a126e5b3caf86628087939f
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.