summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 17:33:40 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-24 21:15:31 +0000
commit944cf91fd9d654098551c06cb7be6237f7769e0d (patch)
tree9ee2648612dc70b8cfa3782edad4d9c4e248babc /src/soc/samsung/exynos5250
parent0be419947eca04967a9f36d1f843026534cc3569 (diff)
downloadcoreboot-944cf91fd9d654098551c06cb7be6237f7769e0d.tar.gz
coreboot-944cf91fd9d654098551c06cb7be6237f7769e0d.tar.bz2
coreboot-944cf91fd9d654098551c06cb7be6237f7769e0d.zip
soc/samsung/exynos5250/dp-reg.c: Use __func__
Change-Id: I572ee7faaa4453d32852eea2b83b0b27c549abf2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49566 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/samsung/exynos5250')
-rw-r--r--src/soc/samsung/exynos5250/dp-reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/dp-reg.c b/src/soc/samsung/exynos5250/dp-reg.c
index fcf48b86fed7..b93a9b8c1aa1 100644
--- a/src/soc/samsung/exynos5250/dp-reg.c
+++ b/src/soc/samsung/exynos5250/dp-reg.c
@@ -432,7 +432,7 @@ int s5p_dp_is_video_stream_on(struct s5p_dp_device *dp)
} while (!stopwatch_expired(&sw));
if (i != 4) {
- printk(BIOS_DEBUG, "s5p_dp_is_video_stream_on timeout\n");
+ printk(BIOS_DEBUG, "%s timeout\n", __func__);
return -1;
}