From: AngeloGioacchino Del Regno Date: Mon, 17 Feb 2025 15:48:25 +0000 (+0100) Subject: drm/mediatek: mtk_hdmi: Remove driver bound to HDMI print X-Git-Tag: v6.15-rc1~120^2~5^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb288d20c4d543dd1ca223140fa72ca341a5f7af;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: AngeloGioacchino Del Regno Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20250217154836.108895-33-angelogioacchino.delregno@collabora.com/ Signed-off-by: Chun-Kuang Hu --- diff --git a/drivers/gpu/drm/mediatek/mtk_hdmi.c b/drivers/gpu/drm/mediatek/mtk_hdmi.c index aa4009156ae58..eea3fbf2e2f61 100644 --- a/drivers/gpu/drm/mediatek/mtk_hdmi.c +++ b/drivers/gpu/drm/mediatek/mtk_hdmi.c @@ -1683,7 +1683,6 @@ static int mtk_hdmi_register_audio_driver(struct device *dev) if (ret) return ret; - DRM_INFO("%s driver bound to HDMI\n", HDMI_CODEC_DRV_NAME); return 0; }