Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45681
b: refs/heads/master
c: 0b47d65
h: refs/heads/master
i:
  45679: 9008114
v: v3
  • Loading branch information
Yoshinori Sato authored and David Woodhouse committed Dec 1, 2006
1 parent 43a05e0 commit c96e7b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7dcb483de3b33e74ddd2040bd7b6ba96d86a91f8
refs/heads/master: 0b47d654089c5ce3f2ea26a4485db9bcead1e515
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/redboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ static int parse_redboot_partitions(struct mtd_info *master,
}
}
break;
} else {
/* re-calculate of real numslots */
numslots = buf[i].size / sizeof(struct fis_image_desc);
}
}
if (i == numslots) {
Expand Down

0 comments on commit c96e7b6

Please sign in to comment.