Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49151
b: refs/heads/master
c: 678c857
h: refs/heads/master
i:
  49149: a8894a8
  49147: c1e3928
  49143: 0f96f40
  49135: 050fce3
  49119: 63cbc8a
  49087: cf8ca3f
  49023: bd37e83
  48895: ce2f884
  48639: 547d7c1
  48127: 80eb318
  47103: 4cb2606
  45055: dc1301f
  40959: 33a155d
  32767: 5ae4f03
v: v3
  • Loading branch information
Martin Michlmayr authored and David Woodhouse committed Feb 9, 2007
1 parent df50f9e commit c993739
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: d24030f0f71390b1a01796d664445352bd403269
refs/heads/master: 678c857f3cffb076c36ce55dfa9fb570712cec12
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/redboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int parse_redboot_partitions(struct mtd_info *master,
}
}
break;
} else {
} else if (buf[i].size != -1) {
/* re-calculate of real numslots */
numslots = buf[i].size / sizeof(struct fis_image_desc);
}
Expand Down

0 comments on commit c993739

Please sign in to comment.