Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274785
b: refs/heads/master
c: 495e2f4
h: refs/heads/master
i:
  274783: 8edb4c9
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 024f5b8 commit de14b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 4e243a04c39b009e42ff4a4682ed47b850997dc1
refs/heads/master: 495e2f41c38c99b2785cd3d99b24b080b20e8eb4
4 changes: 1 addition & 3 deletions trunk/drivers/mtd/nand/edb7312.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ static int ep7312_device_ready(struct mtd_info *mtd)
return 1;
}

const char *part_probes[] = { "cmdlinepart", NULL };

/*
* Main initialization routine
*/
Expand Down Expand Up @@ -158,7 +156,7 @@ static int __init ep7312_init(void)
return -ENXIO;
}
ep7312_mtd->name = "edb7312-nand";
mtd_parts_nb = parse_mtd_partitions(ep7312_mtd, part_probes, &mtd_parts, 0);
mtd_parts_nb = parse_mtd_partitions(ep7312_mtd, NULL, &mtd_parts, 0);
if (mtd_parts_nb > 0)
part_type = "command line";
else
Expand Down

0 comments on commit de14b80

Please sign in to comment.