Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116034
b: refs/heads/master
c: 0e4a008
h: refs/heads/master
v: v3
  • Loading branch information
Julien Brunel authored and Artem Bityutskiy committed Sep 26, 2008
1 parent b2b5637 commit 8a33664
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: 7d200e88cbdff5334d23d3af8d444eb9cc041962
refs/heads/master: 0e4a008a4f389b468cfe8b58c7d77882a6e25695
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int ubi_scan_add_used(struct ubi_device *ubi, struct ubi_scan_info *si,
pnum, vol_id, lnum, ec, sqnum, bitflips);

sv = add_volume(si, vol_id, pnum, vid_hdr);
if (IS_ERR(sv) < 0)
if (IS_ERR(sv))
return PTR_ERR(sv);

if (si->max_sqnum < sqnum)
Expand Down

0 comments on commit 8a33664

Please sign in to comment.