Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver

From: Brian Norris
Date: Wed Dec 16 2015 - 14:16:56 EST


On Wed, Dec 16, 2015 at 05:27:48PM +0530, Archit Taneja wrote:
> On 12/16/2015 02:45 PM, Boris Brezillon wrote:
> >On Wed, 19 Aug 2015 10:19:03 +0530
> >Archit Taneja <architt@xxxxxxxxxxxxxx> wrote:

> >>+ return mtd_device_parse_register(mtd, NULL, &ppdata, NULL, 0);
> >
> > return mtd_device_parse_register(mtd, NULL, NULL, NULL 0);
>
> Will fix.

Or just:

return mtd_device_register(mtd, NULL, 0);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/