Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201816
b: refs/heads/master
c: 158132c
h: refs/heads/master
v: v3
  • Loading branch information
Brijesh Singh authored and Artem Bityutskiy committed Jun 16, 2010
1 parent 38158b5 commit 4157637
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: f5d5b1f8c12a7637ee1145f2f00358eb375edb54
refs/heads/master: 158132c9abbccce802def10e5ffaf044b266a6e1
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/ubi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,11 +842,11 @@ static int process_eb(struct ubi_device *ubi, struct ubi_scan_info *si,
switch (vidh->compat) {
case UBI_COMPAT_DELETE:
ubi_msg("\"delete\" compatible internal volume %d:%d"
" found, remove it", vol_id, lnum);
" found, will remove it", vol_id, lnum);
err = add_to_list(si, pnum, ec, &si->corr);
if (err)
return err;
break;
return 0;

case UBI_COMPAT_RO:
ubi_msg("read-only compatible internal volume %d:%d"
Expand Down

0 comments on commit 4157637

Please sign in to comment.