Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242775
b: refs/heads/master
c: 5d9d993
h: refs/heads/master
i:
  242773: 9524877
  242771: 4093e18
  242767: c275644
v: v3
  • Loading branch information
Baruch Siach authored and David Woodhouse committed Mar 11, 2011
1 parent d9e732e commit 46fd721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 74f1b7244e502c5a98906a5dcc5ec389aacd25e6
refs/heads/master: 5d9d9936209e589569a97985285b3282310cf2db
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,9 @@ static void mxc_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len)

n = min(n, len);

memcpy(buf, host->data_buf + col, len);
memcpy(buf, host->data_buf + col, n);

host->buf_start += len;
host->buf_start += n;
}

/* Used by the upper layer to verify the data in NAND Flash
Expand Down

0 comments on commit 46fd721

Please sign in to comment.