git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f571f
)
rockchip: mmc: Fix a missing colon and newline
author
Simon Glass
<sjg@chromium.org>
Fri, 20 Sep 2024 07:24:41 +0000
(09:24 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Oct 2024 17:52:17 +0000
(11:52 -0600)
Add a missing colon and newline in rk3399_emmc_get_phy().
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/rockchip_sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/rockchip_sdhci.c
b/drivers/mmc/rockchip_sdhci.c
index
15b4a39
..
4ea3307
100644
(file)
--- a/
drivers/mmc/rockchip_sdhci.c
+++ b/
drivers/mmc/rockchip_sdhci.c
@@
-230,7
+230,7
@@
static int rk3399_emmc_get_phy(struct udevice *dev)
grf_base = syscon_get_first_range(ROCKCHIP_SYSCON_GRF);
if (IS_ERR_OR_NULL(grf_base)) {
- printf("%s
Get syscon grf failed
", __func__);
+ printf("%s
: Get syscon grf failed\n
", __func__);
return -ENODEV;
}
grf_phy_offset = ofnode_read_u32_default(phy_node, "reg", 0);