diff for duplicates of <20130814092200.GN32147@intel.com> diff --git a/a/1.txt b/N1/1.txt index d9d934e..a58e9bc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On Wed, Aug 14, 2013 at 11:11:11AM +0200, Julia Lawall wrote: > > - res = platform_get_resource(pdev, IORESOURCE_MEM, n); > ... when != res -> - if (res = NULL) { ... \(goto l;\|return ret;\) } +> - if (res == NULL) { ... \(goto l;\|return ret;\) } > ... when != res > + res = platform_get_resource(pdev, IORESOURCE_MEM, n); > e = devm_ioremap_resource(e1, res); diff --git a/a/content_digest b/N1/content_digest index e7e4b27..9032cba 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01376471493-22215-8-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Vinod Koul <vinod.koul@intel.com>\0" "Subject\0Re: [PATCH 7/29] dma: mmp: simplify use of devm_ioremap_resource\0" - "Date\0Wed, 14 Aug 2013 09:34:00 +0000\0" + "Date\0Wed, 14 Aug 2013 14:52:00 +0530\0" "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0" "Cc\0kernel-janitors@vger.kernel.org" Dan Williams <djbw@fb.com> @@ -27,7 +27,7 @@ "> \n" "> - res = platform_get_resource(pdev, IORESOURCE_MEM, n);\n" "> ... when != res\n" - "> - if (res = NULL) { ... \\(goto l;\\|return ret;\\) }\n" + "> - if (res == NULL) { ... \\(goto l;\\|return ret;\\) }\n" "> ... when != res\n" "> + res = platform_get_resource(pdev, IORESOURCE_MEM, n);\n" "> e = devm_ioremap_resource(e1, res);\n" @@ -38,4 +38,4 @@ "\n" ~Vinod -e3f3956f92b553666b0ec2ec9d4e42b1b16cceb687728649142cb50c2d88941f +d2b5522587f2d4f8bb72440be041babb2dd9777fb38b78fce524b4ed82b08346
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.