projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794d579
)
mtd: nand: davinci: fix to use mask_ale from pdata
author
Hemant Pedanekar
<hemantp@ti.com>
Thu, 1 Oct 2009 14:25:06 +0000
(19:55 +0530)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Mon, 5 Oct 2009 06:50:45 +0000
(07:50 +0100)
Correct typo to use mask_ale from platform data when set to non-zero.
Signed-off-by: Hemant Pedanekar <hemantp@ti.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/davinci_nand.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/nand/davinci_nand.c
b/drivers/mtd/nand/davinci_nand.c
index f13f5b9afaf744f0ef6e234bf45115c01a83b219..68cc9247fdb065fd2c2a44bc04b9852f7f6ded23 100644
(file)
--- a/
drivers/mtd/nand/davinci_nand.c
+++ b/
drivers/mtd/nand/davinci_nand.c
@@
-599,7
+599,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_
c
le ? : MASK_ALE;
+ info->mask_ale = pdata->mask_
a
le ? : MASK_ALE;
info->mask_cle = pdata->mask_cle ? : MASK_CLE;
/* Set address of hardware control function */