Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176912
b: refs/heads/master
c: 5cd0be8
h: refs/heads/master
v: v3
  • Loading branch information
Hemant Pedanekar authored and David Woodhouse committed Oct 5, 2009
1 parent 6f87015 commit 2476368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 794d579ae17a7ec8028e4844096059c19431a96c
refs/heads/master: 5cd0be8ec946ee3901e7f651a795225c6badff8f
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/davinci_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_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 */
Expand Down

0 comments on commit 2476368

Please sign in to comment.