lkml.org 
[lkml]   [2015]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 12/11] mtd: nand: convert to nand_get_flash_node()
    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.brezillon@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


    \
     
     \ /
      Last update: 2015-11-12 01:01    [W:4.091 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site