projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899611e
)
fix OMAP2 MTD build failure
author
Daniel J Blueman
<daniel.blueman@gmail.com>
Wed, 29 Sep 2010 20:01:55 +0000
(21:01 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 29 Sep 2010 20:17:56 +0000
(13:17 -0700)
Fix build failure from recent interface change and merge.
Tested on OMAP3430.
Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mtd/nand/omap2.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/omap2.c
b/drivers/mtd/nand/omap2.c
index
133d515
..
513e0a7
100644
(file)
--- a/
drivers/mtd/nand/omap2.c
+++ b/
drivers/mtd/nand/omap2.c
@@
-413,7
+413,7
@@
static inline int omap_nand_dma_transfer(struct mtd_info *mtd, void *addr,
prefetch_status = gpmc_read_status(GPMC_PREFETCH_COUNT);
} while (prefetch_status);
/* disable and stop the PFPW engine */
- gpmc_prefetch_reset();
+ gpmc_prefetch_reset(
info->gpmc_cs
);
dma_unmap_single(&info->pdev->dev, dma_addr, len, dir);
return 0;