[PATCH] mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd
Boris Brezillon
boris.brezillon at free-electrons.com
Mon Nov 21 03:01:56 PST 2016
On Mon, 21 Nov 2016 10:59:21 +0100
Marc Gonzalez <marc_gonzalez at sigmadesigns.com> wrote:
> On 21/11/2016 10:03, Boris Brezillon wrote:
>
> > The nand_to_mtd() helper is here to hide internal mtd_info <-> nand_chip
> > association and ease future refactors.
> >
> > Make use of this helper instead of directly accessing chip->mtd.
> >
> > Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
> > ---
> > drivers/mtd/nand/tango_nand.c | 25 ++++++++++++++++---------
> > 1 file changed, 16 insertions(+), 9 deletions(-)
>
> Acked-by: Marc Gonzalez <marc_gonzalez at sigmadesigns.com>
Applied.
Thanks,
Boris
>
> Regards.
>
More information about the linux-arm-kernel
mailing list