Re: [PATCH v3 01/33] mtd: rawnand: brcmnand: convert driver to nand_scan()

From: Miquel Raynal
Date: Fri Jul 20 2018 - 03:12:16 EST


Hi Boris,

Boris Brezillon <boris.brezillon@xxxxxxxxxxx> wrote on Fri, 20 Jul 2018
01:17:19 +0200:

> On Fri, 20 Jul 2018 00:59:54 +0200
> Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
>
> > +
> > +static struct nand_controller_ops brcmnand_controller_ops = {
>
> static const ...

Mmmh right, I'll constify every controller_ops definition.

>
> The same comment applies to all patches of this series.
>
> > + .attach_chip = brcmnand_attach_chip,
> > +};
>


MiquÃl