Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347218
b: refs/heads/master
c: 6c810f9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Artem Bityutskiy committed Dec 10, 2012
1 parent 126e6b8 commit 9e69a67
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: ecfe57b796d4ccec7ea53783ca18a0ad48ad880b
refs/heads/master: 6c810f90140a3274181c4093d5dd4c88c6fff0b4
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/docg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ static int doc_write_oob(struct mtd_info *mtd, loff_t ofs,
oobdelta = mtd->ecclayout->oobavail;
break;
default:
oobdelta = 0;
return -EINVAL;
}
if ((len % DOC_LAYOUT_PAGE_SIZE) || (ooblen % oobdelta) ||
(ofs % DOC_LAYOUT_PAGE_SIZE))
Expand Down

0 comments on commit 9e69a67

Please sign in to comment.