Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116035
b: refs/heads/master
c: 762a9f2
h: refs/heads/master
i:
  116033: b2b5637
  116031: e602b8e
v: v3
  • Loading branch information
Deepak Saxena authored and Artem Bityutskiy committed Oct 9, 2008
1 parent 8a33664 commit 37c8e2a
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: 0e4a008a4f389b468cfe8b58c7d77882a6e25695
refs/heads/master: 762a9f291bfdf9e4d5c2b80d730d79055c8d8c99
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/ubi/vtbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ static int vtbl_check(const struct ubi_device *ubi,
}

if (reserved_pebs > ubi->good_peb_count) {
dbg_err("too large reserved_pebs, good PEBs %d",
ubi->good_peb_count);
dbg_err("too large reserved_pebs %d, good PEBs %d",
reserved_pebs, ubi->good_peb_count);
err = 9;
goto bad;
}
Expand Down

0 comments on commit 37c8e2a

Please sign in to comment.