Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201817
b: refs/heads/master
c: 7cdb996
h: refs/heads/master
i:
  201815: 38158b5
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Aug 2, 2010
1 parent 4157637 commit ff6e3dc
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: 158132c9abbccce802def10e5ffaf044b266a6e1
refs/heads/master: 7cdb996ee4d04b5bb2cd544b14e8eb91cfd7fe64
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ static int check_what_we_have(struct ubi_device *ubi, struct ubi_scan_info *si)
}
}

if (si->corr_peb_count >= 0)
if (si->corr_peb_count > 0)
ubi_msg("corrupted PEBs will be formatted");
return 0;
}
Expand Down

0 comments on commit ff6e3dc

Please sign in to comment.