Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1260007

Re: [PATCH v2 04/11] mtd: nand: convert to nand_set_flash_node()

From Marek Vasut <marex@denx.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2 04/11] mtd: nand: convert to nand_set_flash_node()
Date 2015-10-31 16:30 +0100
Message-ID <qpGgp-4vl-5@gated-at.bofh.it> (permalink)
References <qpvbj-69C-5@gated-at.bofh.it> <qpvbj-69C-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Saturday, October 31, 2015 at 04:33:23 AM, Brian Norris wrote:
> Used semantic patch with 'make coccicheck MODE=patch COCCI=script.cocci':
> 
> ---8<----
> virtual patch
> 
> @@
> struct nand_chip *c;
> struct device_node *d;
> @@
> -(c)->flash_node = (d)
> +nand_set_flash_node(c, d)
> ---8<----
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Thanks for the educational commit message!

Patch is
Reviewed-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 04/11] mtd: nand: convert to nand_set_flash_node() Brian Norris <computersforpeace@gmail.com> - 2015-10-31 04:40 +0100
  Re: [PATCH v2 04/11] mtd: nand: convert to nand_set_flash_node() Marek Vasut <marex@denx.de> - 2015-10-31 16:30 +0100

csiph-web