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 <ck.hu@mediatek.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20250217154836.108895-33-angelogioacchino.delregno@collabora.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent bc3cbc0 commit cb288d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)