Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] mtd: nand: davinci: fix to use mask_ale from pdata

1 view
Skip to first unread message

Hemant Pedanekar

unread,
Oct 1, 2009, 10:30:11 AM10/1/09
to
Correct typo to use mask_ale from platform data when set to non-zero.

Signed-off-by: Hemant Pedanekar <hem...@ti.com>
---
drivers/mtd/nand/davinci_nand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c
index 0fad648..20b04a2 100644
--- a/drivers/mtd/nand/davinci_nand.c
+++ b/drivers/mtd/nand/davinci_nand.c
@@ -571,7 +571,7 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
info->mask_chipsel = pdata->mask_chipsel;

/* use nandboot-capable ALE/CLE masks by default */
- info->mask_ale = pdata->mask_cle ? : MASK_ALE;
+ info->mask_ale = pdata->mask_ale ? : MASK_ALE;
info->mask_cle = pdata->mask_cle ? : MASK_CLE;

/* Set address of hardware control function */
--
1.6.2.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Kevin Hilman

unread,
Oct 8, 2009, 11:20:05 AM10/8/09
to
Hemant Pedanekar <hem...@ti.com> writes:

> Correct typo to use mask_ale from platform data when set to non-zero.
>
> Signed-off-by: Hemant Pedanekar <hem...@ti.com>

Signed-off-by: Kevin Hilman <khi...@deeprootsystems.com>

Could this fix be queued for the .32-rc series please?

Thanks,

Kevin

> ---
> drivers/mtd/nand/davinci_nand.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c
> index 0fad648..20b04a2 100644
> --- a/drivers/mtd/nand/davinci_nand.c
> +++ b/drivers/mtd/nand/davinci_nand.c
> @@ -571,7 +571,7 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
> info->mask_chipsel = pdata->mask_chipsel;
>
> /* use nandboot-capable ALE/CLE masks by default */
> - info->mask_ale = pdata->mask_cle ? : MASK_ALE;
> + info->mask_ale = pdata->mask_ale ? : MASK_ALE;
> info->mask_cle = pdata->mask_cle ? : MASK_CLE;
>
> /* Set address of hardware control function */
> --
> 1.6.2.4
>

> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linu...@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Narnakaje, Snehaprabha

unread,
Oct 8, 2009, 11:50:07 AM10/8/09
to
Andrew,

Could you please apply this patch to the -mm tree and thus queue it up for 2.6.32-rc series?

Thanks
Sneha

> -----Original Message-----
> From: davinci-linux-op...@linux.davincidsp.com
> [mailto:davinci-linux-op...@linux.davincidsp.com] On Behalf
> Of Kevin Hilman
> Sent: Thursday, October 08, 2009 11:16 AM
> To: Pedanekar, Hemant
> Cc: Artem.Bi...@nokia.com; davinci-linux-open-
> sou...@linux.davincidsp.com; dbro...@users.sourceforge.net; linux-
> m...@lists.infradead.org; ak...@linux-foundation.org; dw...@infradead.org;
> linux-...@vger.kernel.org
> Subject: Re: [PATCH] mtd: nand: davinci: fix to use mask_ale from pdata

Artem Bityutskiy

unread,
Oct 9, 2009, 12:30:08 AM10/9/09
to
On 10/08/2009 06:37 PM, ext Narnakaje, Snehaprabha wrote:
> Andrew,
>
> Could you please apply this patch to the -mm tree and thus queue it up for 2.6.32-rc series?

FYI, this patch is already in the mtd-2.6.git tree. So you should bug
dwmw2 to push it to rc3

--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

0 new messages