projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d4cb5
)
drm: sti: fix spelling mistake: rejec -> rejection
author
Colin Ian King
<colin.king@canonical.com>
Fri, 4 Oct 2019 08:27:06 +0000
(09:27 +0100)
committer
Philippe Cornu
<philippe.cornu@foss.st.com>
Thu, 7 Apr 2022 08:51:11 +0000
(10:51 +0200)
In other places of the driver the string hdmi_rejection_pll is
used instead of the truncated hdmi_rejec_pll, so use this string
instead to be consistent.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Philippe Cornu <philippe.cornu@foss.st.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191004082706.26478-1-colin.king@canonical.com
drivers/gpu/drm/sti/sti_hdmi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sti/sti_hdmi.c
b/drivers/gpu/drm/sti/sti_hdmi.c
index
78e099c
..
b3fbee7
100644
(file)
--- a/
drivers/gpu/drm/sti/sti_hdmi.c
+++ b/
drivers/gpu/drm/sti/sti_hdmi.c
@@
-892,7
+892,7
@@
static void sti_hdmi_pre_enable(struct drm_bridge *bridge)
if (clk_prepare_enable(hdmi->clk_tmds))
DRM_ERROR("Failed to prepare/enable hdmi_tmds clk\n");
if (clk_prepare_enable(hdmi->clk_phy))
- DRM_ERROR("Failed to prepare/enable hdmi_rejec_pll clk\n");
+ DRM_ERROR("Failed to prepare/enable hdmi_rejec
tion
_pll clk\n");
hdmi->enabled = true;