Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68533
b: refs/heads/master
c: 1437085
h: refs/heads/master
i:
  68531: e17c264
v: v3
  • Loading branch information
Kyungmin Park authored and David Woodhouse committed Oct 13, 2007
1 parent 0f7867c commit b4cf05e
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: 8fb870df5a1f261294b833dd807bcba3bacface6
refs/heads/master: 1437085c3780f064a06df662195a2695e7d75c09
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/onenand/onenand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ static int do_otp_write(struct mtd_info *mtd, loff_t to, size_t len,

ops.len = len;
ops.ooblen = 0;
ops.databuf = pbuf;
ops.datbuf = pbuf;
ops.oobbuf = NULL;
ret = onenand_write_ops_nolock(mtd, to, &ops);
*retlen = ops.retlen;
Expand Down

0 comments on commit b4cf05e

Please sign in to comment.