diff for duplicates of <20150606233502.GC3563@piout.net> diff --git a/a/1.txt b/N1/1.txt index 038e608..9239f50 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ On 14/08/2013 at 11:11:21 +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); @@ -34,3 +34,14 @@ Rebased and applied, thanks. Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com + +-- +-- +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +--- +You received this message because you are subscribed to the Google Groups "rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 1734808..788b8d1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01376471493-22215-18-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" - "Subject\0Re: [17/29] drivers/rtc: simplify use of devm_ioremap_resource\0" - "Date\0Sat, 06 Jun 2015 23:35:02 +0000\0" + "Subject\0[rtc-linux] Re: [17/29] drivers/rtc: simplify use of devm_ioremap_resource\0" + "Date\0Sun, 7 Jun 2015 01:35:02 +0200\0" "To\0Julia Lawall <julia.lawall@lip6.fr>\0" "Cc\0Alessandro Zummo <a.zummo@towertech.it>" kernel-janitors@vger.kernel.org @@ -30,7 +30,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" @@ -44,6 +44,17 @@ "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "\n" + "-- \n" + "-- \n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "--- \n" + "You received this message because you are subscribed to the Google Groups \"rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -7fd172009324ff5f802c38cfac39e385f7391fb8c12304f898680acfa6ff09f9 +6f9e4263da0e5d50d31bbfab04cd06d2ba0fdc3f816ea08e4b8562a74acc3831
diff --git a/a/1.txt b/N2/1.txt index 038e608..4e608aa 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,7 +19,7 @@ On 14/08/2013 at 11:11:21 +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/N2/content_digest index 1734808..f28809b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01376471493-22215-18-git-send-email-Julia.Lawall@lip6.fr\0" "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" "Subject\0Re: [17/29] drivers/rtc: simplify use of devm_ioremap_resource\0" - "Date\0Sat, 06 Jun 2015 23:35:02 +0000\0" + "Date\0Sun, 7 Jun 2015 01:35:02 +0200\0" "To\0Julia Lawall <julia.lawall@lip6.fr>\0" "Cc\0Alessandro Zummo <a.zummo@towertech.it>" kernel-janitors@vger.kernel.org @@ -30,7 +30,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" @@ -46,4 +46,4 @@ "Embedded Linux, Kernel and Android engineering\n" http://free-electrons.com -7fd172009324ff5f802c38cfac39e385f7391fb8c12304f898680acfa6ff09f9 +38661dc043a0526cd5f9f9b5bcdbb6df20e56f9152b3bd47a627c0ccfef7da2a
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.