summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/snps_dw_mmc.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-08-04 14:14:43 +0900
committerSimon Glass <sjg@chromium.org>2020-08-22 08:53:37 -0600
commit702e57e113d85fef60ebe9e5c87194414666cfac (patch)
tree58d9823923bb1af7b116e3b47b537769f0719cd7 /drivers/mmc/snps_dw_mmc.c
parent1450bff3e4719d1b34189bf62ad19d0e3c10a548 (diff)
downloadu-boot-702e57e113d85fef60ebe9e5c87194414666cfac.tar.gz
u-boot-702e57e113d85fef60ebe9e5c87194414666cfac.tar.xz
u-boot-702e57e113d85fef60ebe9e5c87194414666cfac.zip
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
When you enable CONFIG_OF_LIVE, you will end up with a lot of conversions. To help this tedious work, this commit converts devfdt_get_addr_ptr() to dev_read_addr_ptr() by coccinelle. I also removed redundant casts because dev_read_addr_ptr() returns an opaque pointer. To generate this commit, I ran the following semantic patch excluding include/dm/. <smpl> @@ type T; expression dev; @@ -(T *)devfdt_get_addr_ptr(dev) +dev_read_addr_ptr(dev) @@ expression dev; @@ -devfdt_get_addr_ptr(dev) +dev_read_addr_ptr(dev) </smpl> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/snps_dw_mmc.c')
-rw-r--r--drivers/mmc/snps_dw_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/snps_dw_mmc.c b/drivers/mmc/snps_dw_mmc.c
index c606ef011b..4b468a1f3d 100644
--- a/drivers/mmc/snps_dw_mmc.c
+++ b/drivers/mmc/snps_dw_mmc.c
@@ -83,7 +83,7 @@ static int snps_dwmmc_ofdata_to_platdata(struct udevice *dev)
u32 fifo_depth;
int ret;
- host->ioaddr = devfdt_get_addr_ptr(dev);
+ host->ioaddr = dev_read_addr_ptr(dev);
/*
* If fifo-depth is unset don't set fifoth_val - we will try to