summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/pxa3xx_nand.c
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-10-30 20:33:24 -0700
committerBrian Norris <computersforpeace@gmail.com>2015-11-11 13:45:24 -0800
commit9c7d787508be6d68a6ec66de3c3466b24e820c71 (patch)
tree7db5e704ed639dced7e27bb36dd1e624c95e5ef5 /drivers/mtd/nand/pxa3xx_nand.c
parent6375219951a66047805ed977b674615d152001ee (diff)
mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()
Used semantic patch with 'make coccicheck MODE=patch COCCI=script.cocci': ---8<---- virtual patch @@ struct spi_nor b; struct spi_nor *c; expression d; @@ ( -(b).flash_node = (d) +spi_nor_set_flash_node(&b, d) | -(c)->flash_node = (d) +spi_nor_set_flash_node(c, d) ) ---8<---- And a manual conversion for the one use of spi_nor_get_flash_node(). Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/nand/pxa3xx_nand.c')
0 files changed, 0 insertions, 0 deletions