Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68540
b: refs/heads/master
c: f96880d
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and David Woodhouse committed Oct 13, 2007
1 parent 5ee8224 commit 25743a8
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: 4fc8a6078660be781d6ddf4daddfd9d817d2a455
refs/heads/master: f96880d1e859e3937eb691da8293700b8eec17b3
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/alauda.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int alauda_bounce_read(struct mtd_info *mtd, loff_t from, size_t len,
*retlen = len;
while (len) {
u8 oob[16];
u32 byte = from & al->bytemask;
size_t byte = from & al->bytemask;
size_t cplen = min(len, mtd->writesize - byte);

err = alauda_read_page(mtd, from, bounce_buf, oob,
Expand Down

0 comments on commit 25743a8

Please sign in to comment.