Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274862
b: refs/heads/master
c: d117040
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent cdc44fc commit d747f75
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3a8fb12ae9fdbb712f11f9c73e5d08dc34f82118
refs/heads/master: d117040be074fd1c019b751515f79efe99cd7d76
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/maps/edb7312.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ static int __init init_edb7312nor(void)
}
if (mymtd) {
mymtd->owner = THIS_MODULE;
mymtd->name = MTDID;

mtd_parts_nb = parse_mtd_partitions(mymtd, probes, &mtd_parts, MTDID);
mtd_parts_nb = parse_mtd_partitions(mymtd, probes, &mtd_parts, 0);
if (mtd_parts_nb > 0)
part_type = "detected";

Expand Down

0 comments on commit d747f75

Please sign in to comment.