Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282838
b: refs/heads/master
c: 47882d7
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Schocher authored and David Woodhouse committed Jan 9, 2012
1 parent 24cf7f6 commit 12cb37c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e32de766c2eb65f775438dd6d8ec5007619d2fe5
refs/heads/master: 47882d78250a8b92a9837d14bab32915622a9f12
4 changes: 3 additions & 1 deletion trunk/drivers/mtd/nand/davinci_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,9 @@ static int __init nand_davinci_probe(struct platform_device *pdev)

davinci_nand_writel(info, A1CR_OFFSET + info->core_chipsel * 4, val);

ret = davinci_aemif_setup_timing(info->timing, info->base,
ret = 0;
if (info->timing)
ret = davinci_aemif_setup_timing(info->timing, info->base,
info->core_chipsel);
if (ret < 0) {
dev_dbg(&pdev->dev, "NAND timing values setup fail\n");
Expand Down

0 comments on commit 12cb37c

Please sign in to comment.