Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274805
b: refs/heads/master
c: 18f8eb1
h: refs/heads/master
i:
  274803: 9393208
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent a38b784 commit fac5c52
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: 70f438c61636a194d7c3fa341fa72353ba0090f6
refs/heads/master: 18f8eb1b23619736872740f8c4697b6534a0524b
4 changes: 1 addition & 3 deletions trunk/drivers/mtd/onenand/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ struct s3c_onenand {

static struct s3c_onenand *onenand;

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

static inline int s3c_read_reg(int offset)
{
return readl(onenand->base + offset);
Expand Down Expand Up @@ -1017,7 +1015,7 @@ static int s3c_onenand_probe(struct platform_device *pdev)
if (s3c_read_reg(MEM_CFG_OFFSET) & ONENAND_SYS_CFG1_SYNC_READ)
dev_info(&onenand->pdev->dev, "OneNAND Sync. Burst Read enabled\n");

err = parse_mtd_partitions(mtd, part_probes, &onenand->parts, 0);
err = parse_mtd_partitions(mtd, NULL, &onenand->parts, 0);
if (err > 0)
mtd_device_register(mtd, onenand->parts, err);
else if (err <= 0 && pdata && pdata->parts)
Expand Down

0 comments on commit fac5c52

Please sign in to comment.