diff for duplicates of <20110629081243.GA23145@atomide.com> diff --git a/a/1.txt b/N1/1.txt index c3c8969..d5aa7d0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,21 +4,21 @@ > >> > >> -static int omap2_nand_gpmc_retime(void) > >> +static int omap2_nand_gpmc_retime(struct omap_nand_platform_data *gpmc_nand_data) -> >> { -> >> struct gpmc_timings t; -> >> int err; +> >> ?{ +> >> ? ? ? ?struct gpmc_timings t; +> >> ? ? ? ?int err; > >> @@ -83,13 +81,11 @@ static int omap2_nand_gpmc_retime(void) -> >> return 0; -> >> } +> >> ? ? ? ?return 0; +> >> ?} > >> > >> -int __init gpmc_nand_init(struct omap_nand_platform_data *_nand_data) > >> +int __init gpmc_nand_init(struct omap_nand_platform_data *gpmc_nand_data) -> >> { -> >> int err = 0; -> >> struct device *dev = &gpmc_nand_device.dev; +> >> ?{ +> >> ? ? ? ?int err = 0; +> >> ? ? ? ?struct device *dev = &gpmc_nand_device.dev; > >> -> >> - gpmc_nand_data = _nand_data; -> >> - gpmc_nand_data->nand_setup = omap2_nand_gpmc_retime; +> >> - ? ? ? gpmc_nand_data = _nand_data; +> >> - ? ? ? gpmc_nand_data->nand_setup = omap2_nand_gpmc_retime; > > > > Purpose of doing this was to be able to utilise > > 'omap2_nand_gpmc_retime', when DVFS is ready to use it, @@ -33,7 +33,3 @@ Applying this into devel-cleanup. Regards, Tony --- -To unsubscribe from this list: send the line "unsubscribe linux-omap" 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 a54c15f..cb52b25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,10 @@ "ref\01307130993-15265-1-git-send-email-notasas@gmail.com\0" "ref\0BANLkTimnP-HuvVruB5hNSMHVnQUmned8Pg@mail.gmail.com\0" "ref\0BANLkTimXxOcr4q2fkD0hjq4pMVPC0StBFw@mail.gmail.com\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [PATCH] omap: cleanup NAND platform data\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH] omap: cleanup NAND platform data\0" "Date\0Wed, 29 Jun 2011 01:12:43 -0700\0" - "To\0Grazvydas Ignotas <notasas@gmail.com>\0" - "Cc\0Vimal Singh <vimal.newwork@gmail.com>" - linux-omap@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "* Grazvydas Ignotas <notasas@gmail.com> [110603 15:01]:\n" @@ -16,21 +13,21 @@ "> >>\n" "> >> -static int omap2_nand_gpmc_retime(void)\n" "> >> +static int omap2_nand_gpmc_retime(struct omap_nand_platform_data *gpmc_nand_data)\n" - "> >> \302\240{\n" - "> >> \302\240 \302\240 \302\240 \302\240struct gpmc_timings t;\n" - "> >> \302\240 \302\240 \302\240 \302\240int err;\n" + "> >> ?{\n" + "> >> ? ? ? ?struct gpmc_timings t;\n" + "> >> ? ? ? ?int err;\n" "> >> @@ -83,13 +81,11 @@ static int omap2_nand_gpmc_retime(void)\n" - "> >> \302\240 \302\240 \302\240 \302\240return 0;\n" - "> >> \302\240}\n" + "> >> ? ? ? ?return 0;\n" + "> >> ?}\n" "> >>\n" "> >> -int __init gpmc_nand_init(struct omap_nand_platform_data *_nand_data)\n" "> >> +int __init gpmc_nand_init(struct omap_nand_platform_data *gpmc_nand_data)\n" - "> >> \302\240{\n" - "> >> \302\240 \302\240 \302\240 \302\240int err = 0;\n" - "> >> \302\240 \302\240 \302\240 \302\240struct device *dev = &gpmc_nand_device.dev;\n" + "> >> ?{\n" + "> >> ? ? ? ?int err = 0;\n" + "> >> ? ? ? ?struct device *dev = &gpmc_nand_device.dev;\n" "> >>\n" - "> >> - \302\240 \302\240 \302\240 gpmc_nand_data = _nand_data;\n" - "> >> - \302\240 \302\240 \302\240 gpmc_nand_data->nand_setup = omap2_nand_gpmc_retime;\n" + "> >> - ? ? ? gpmc_nand_data = _nand_data;\n" + "> >> - ? ? ? gpmc_nand_data->nand_setup = omap2_nand_gpmc_retime;\n" "> >\n" "> > Purpose of doing this was to be able to utilise\n" "> > 'omap2_nand_gpmc_retime', when DVFS is ready to use it,\n" @@ -44,10 +41,6 @@ "\n" "Regards,\n" "\n" - "Tony\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Tony -1155f8df6a39dec7743e1e5c4b1e17c84f9ee3983c6858ab2889a37cd63cfd75 +5db9b5258953f00cc401eb91c1d392ba07c2467b2189f0834cc4625f9818e97e
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.