Skip to content

Commit cb288d2

Browse files
AngeloGioacchino Del RegnoChun-Kuang Hu
authored andcommitted
drm/mediatek: mtk_hdmi: Remove driver bound to HDMI print
Remove the "driver bound to HDMI" print to avoid useless spam in the kernel log, as registered and bound drivers can be debugged through debugfs. Reviewed-by: CK Hu <[email protected]> Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Link: https://patchwork.kernel.org/project/linux-mediatek/patch/[email protected]/ Signed-off-by: Chun-Kuang Hu <[email protected]>
1 parent bc3cbc0 commit cb288d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/mediatek/mtk_hdmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,6 @@ static int mtk_hdmi_register_audio_driver(struct device *dev)
16831683
if (ret)
16841684
return ret;
16851685

1686-
DRM_INFO("%s driver bound to HDMI\n", HDMI_CODEC_DRV_NAME);
16871686
return 0;
16881687
}
16891688

0 commit comments

Comments
 (0)