On 11/11/17 23:20, Ladislav Michl wrote: > No platform data user setups partitioning informations, so remove. > > Signed-off-by: Ladislav Michl <ladis@xxxxxxxxxxxxxx> Acked-by: Roger Quadros <rogerq@xxxxxx> > --- > Changes: > -v2: new patch > -v3: none > -v4: none > > drivers/mtd/onenand/omap2.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c > index 93bd94337b35..883993bbe40b 100644 > --- a/drivers/mtd/onenand/omap2.c > +++ b/drivers/mtd/onenand/omap2.c > @@ -703,8 +703,7 @@ static int omap2_onenand_probe(struct platform_device *pdev) > if ((r = onenand_scan(&c->mtd, 1)) < 0) > goto err_release_dma; > > - r = mtd_device_register(&c->mtd, pdata ? pdata->parts : NULL, > - pdata ? pdata->nr_parts : 0); > + r = mtd_device_register(&c->mtd, NULL, 0); > if (r) > goto err_release_onenand; > > -- cheers, -roger Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html