Hi Boris, Boris Brezillon <boris.brezil...@bootlin.com> wrote on Fri, 20 Jul 2018 01:17:19 +0200:
> On Fri, 20 Jul 2018 00:59:54 +0200 > Miquel Raynal <miquel.ray...@bootlin.com> 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