Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298090
b: refs/heads/master
c: 58edc90
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Roese authored and David Woodhouse committed Mar 26, 2012
1 parent c62b468 commit 975aef5
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: c9d1b752937244d77d98bbd8e7f486bb715bec50
refs/heads/master: 58edc904bb7ce940cb5ab7905ddda01aa7f0fa7a
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtdpart.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int parse_mtd_partitions(struct mtd_info *master, const char **types,
for ( ; ret <= 0 && *types; types++) {
parser = get_partition_parser(*types);
if (!parser && !request_module("%s", *types))
parser = get_partition_parser(*types);
parser = get_partition_parser(*types);
if (!parser)
continue;
ret = (*parser->parse_fn)(master, pparts, data);
Expand Down

0 comments on commit 975aef5

Please sign in to comment.