Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677146 > unrolled thread
| Started by | Andrea Adami <andrea.adami@gmail.com> |
|---|---|
| First post | 2017-06-28 22:40 +0200 |
| Last post | 2017-06-28 22:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 4/9] mtd: nand: sharpsl.c: take in account partition parser types Andrea Adami <andrea.adami@gmail.com> - 2017-06-28 22:40 +0200
| From | Andrea Adami <andrea.adami@gmail.com> |
|---|---|
| Date | 2017-06-28 22:40 +0200 |
| Subject | [PATCH v4 4/9] mtd: nand: sharpsl.c: take in account partition parser types |
| Message-ID | <tXrUK-29U-11@gated-at.bofh.it> |
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- drivers/mtd/nand/sharpsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/sharpsl.c b/drivers/mtd/nand/sharpsl.c index 064ca17..87c6fc2 100644 --- a/drivers/mtd/nand/sharpsl.c +++ b/drivers/mtd/nand/sharpsl.c @@ -183,7 +183,7 @@ static int sharpsl_nand_probe(struct platform_device *pdev) /* Register the partitions */ mtd->name = "sharpsl-nand"; - err = mtd_device_parse_register(mtd, NULL, NULL, + err = mtd_device_parse_register(mtd, data->types, NULL, data->partitions, data->nr_partitions); if (err) goto err_add; -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web