Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274807
b: refs/heads/master
c: bf51408
h: refs/heads/master
i:
  274805: fac5c52
  274803: 9393208
  274799: 697ca2c
v: v3
  • Loading branch information
Peter Wippich authored and Artem Bityutskiy committed Sep 11, 2011
1 parent af9fa32 commit b72aa2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b6e50c9eba8bf44b2dfd931d359706a461d2cfd
refs/heads/master: bf5140817b2d65faac9b32fc9057a097044ac35b
1 change: 1 addition & 0 deletions trunk/drivers/mtd/mtdchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ static ssize_t mtd_write(struct file *file, const char __user *buf, size_t count
ops.mode = MTD_OOB_RAW;
ops.datbuf = kbuf;
ops.oobbuf = NULL;
ops.ooboffs = 0;
ops.len = len;

ret = mtd->write_oob(mtd, *ppos, &ops);
Expand Down

0 comments on commit b72aa2c

Please sign in to comment.