summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hda.c
diff options
context:
space:
mode:
authorFabien Dessenne <fabien.dessenne@st.com>2016-09-06 09:41:35 +0200
committerVincent Abriou <vincent.abriou@st.com>2016-09-20 11:32:05 +0200
commit29ffa77668235bd4b39cd0bac209621a25355af2 (patch)
tree97087b710a9767216071658cd6d6b655d763834b /drivers/gpu/drm/sti/sti_hda.c
parent33030d61cfa0e5558bf206f6035ec353387a1430 (diff)
downloadlinux-29ffa77668235bd4b39cd0bac209621a25355af2.tar.bz2
drm/sti: fix debug logs
Add some missing \n in logs. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Acked-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_hda.c')
-rw-r--r--drivers/gpu/drm/sti/sti_hda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
index 8505569f75de..a225c4d5189a 100644
--- a/drivers/gpu/drm/sti/sti_hda.c
+++ b/drivers/gpu/drm/sti/sti_hda.c
@@ -313,7 +313,7 @@ static void hda_enable_hd_dacs(struct sti_hda *hda, bool enable)
mask = DAC_CFG_HD_HZUVW_OFF_MASK;
break;
default:
- DRM_INFO("Video DACS control register not supported!");
+ DRM_INFO("Video DACS control register not supported\n");
return;
}
@@ -362,7 +362,7 @@ static void hda_dbg_video_dacs_ctrl(struct seq_file *s, void __iomem *reg)
mask = DAC_CFG_HD_HZUVW_OFF_MASK;
break;
default:
- DRM_DEBUG_DRIVER("Warning: DACS ctrl register not supported!");
+ DRM_DEBUG_DRIVER("Warning: DACS ctrl register not supported\n");
return;
}