summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hda.c
diff options
context:
space:
mode:
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;
}