Re: [PATCH v3 01/33] mtd: rawnand: brcmnand: convert driver to nand_scan()
From: Boris Brezillon
Date: Thu Jul 19 2018 - 19:17:35 EST
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 ...
The same comment applies to all patches of this series.
> + .attach_chip = brcmnand_attach_chip,
> +};