diff options
author | Brian Norris <computersforpeace@gmail.com> | 2015-10-31 06:33:23 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-11-12 00:45:17 +0300 |
commit | 6375219951a66047805ed977b674615d152001ee (patch) | |
tree | 1b77fb88df80da80175a882eae19c4f5eed77106 /drivers/mtd/spi-nor/fsl-quadspi.c | |
parent | 3e63b26bdd4069c3df2cd7ce7217a21d06801b41 (diff) | |
download | linux-6375219951a66047805ed977b674615d152001ee.tar.xz |
mtd: nand: convert to nand_set_flash_node()
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>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/spi-nor/fsl-quadspi.c')
0 files changed, 0 insertions, 0 deletions