Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305151
b: refs/heads/master
c: 0964f6a
h: refs/heads/master
i:
  305149: 09d1aef
  305147: 7e01720
  305143: 2f8efdc
  305135: 863485d
  305119: b7d1010
  305087: c665299
  305023: d1be63d
  304895: a375f8b
  304639: f9ef611
  304127: 50942c5
  303103: 9f474f7
v: v3
  • Loading branch information
Richard Weinberger authored and Artem Bityutskiy committed May 20, 2012
1 parent 7c53b2f commit 19a987b
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: f01e2d1654dc65792674b3fe5403dbfcce43f9d2
refs/heads/master: 0964f6a27b3574d9210c59ec883cbb3fff78a78d
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static int compare_lebs(struct ubi_device *ubi, const struct ubi_scan_leb *seb,
}

/* Obviously the LEB with lower sequence counter is older */
second_is_newer = !!(sqnum2 > seb->sqnum);
second_is_newer = (sqnum2 > seb->sqnum);

/*
* Now we know which copy is newer. If the copy flag of the PEB with
Expand Down

0 comments on commit 19a987b

Please sign in to comment.