On Mon, Nov 02, 2015 at 12:03:38AM +0100, Boris Brezillon wrote: > Used semantic patch with 'make coccicheck MODE=patch COCCI=script.cocci': > > ---8<---- > virtual patch > > @@ > struct nand_chip c; > struct nand_chip *cp; > @@ > ( > -(cp)->flash_node > +nand_get_flash_node(cp) > | > -(c).flash_node > +nand_get_flash_node(&c) > ) > ---8<---- > > Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> > --- > Hi Brian, > > I think this patch could be part of your series too. > > Best Regards, > > Boris
Thanks! Pushed to l2-mtd.git/next -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/