Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274777
b: refs/heads/master
c: cec25c7
h: refs/heads/master
i:
  274775: a2ae7c6
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 8bf8d4b commit 3e2ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3af035c96ac72d2d301f04ad7f253e342a7dc54b
refs/heads/master: cec25c7290d1b9d514686be97e9e62c89dd3308f
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/maps/impa7.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ static struct mtd_partition static_partitions[] =
static int mtd_parts_nb[NUM_FLASHBANKS];
static struct mtd_partition *mtd_parts[NUM_FLASHBANKS];

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

static int __init init_impa7(void)
{
Expand Down Expand Up @@ -98,7 +97,7 @@ static int __init init_impa7(void)
impa7_mtd[i]->owner = THIS_MODULE;
devicesfound++;
mtd_parts_nb[i] = parse_mtd_partitions(impa7_mtd[i],
probes,
NULL,
&mtd_parts[i],
0);
if (mtd_parts_nb[i] > 0) {
Expand Down

0 comments on commit 3e2ff23

Please sign in to comment.