Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211144
b: refs/heads/master
c: 9d457c6
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 29, 2010
1 parent 37a2183 commit 84ba78c
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: 90182317a9e383474613aa60e9d61d57bdf17c3e
refs/heads/master: 9d457c60ba783c709c750b851d07f0ac8af78ce9
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84ba78c

Please sign in to comment.