diff options
author | NĂcolas F. R. A. Prado via Alsa-devel <alsa-devel@alsa-project.org> | 2023-03-13 22:29:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-14 14:30:20 +0100 |
commit | f147ca85d6ecaf65106d1650f3c2e8afacbc833f (patch) | |
tree | c8aa2b8d7d818b6a57ef0c5095bb6932bb5f1c9f /sound/soc/mediatek/mt8192/mt8192-dai-tdm.c | |
parent | ASoC: mediatek: fix coverity problems (diff) | |
download | linux-f147ca85d6ecaf65106d1650f3c2e8afacbc833f.tar.xz linux-f147ca85d6ecaf65106d1650f3c2e8afacbc833f.zip |
ASoC: mt8192: Remove function name log messages
There are some log messages in the mt8192 sound code that print the
function name, presumably to aid in tracing. However this can also be
achieved by ftrace and without spamming the console, so remove these
messages.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/167874298172.26.17917791030607314817@mailman-core.alsa-project.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/mt8192/mt8192-dai-tdm.c')
-rw-r--r-- | sound/soc/mediatek/mt8192/mt8192-dai-tdm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mediatek/mt8192/mt8192-dai-tdm.c b/sound/soc/mediatek/mt8192/mt8192-dai-tdm.c index f3bebed2428a..bcd2150c2816 100644 --- a/sound/soc/mediatek/mt8192/mt8192-dai-tdm.c +++ b/sound/soc/mediatek/mt8192/mt8192-dai-tdm.c @@ -754,8 +754,6 @@ int mt8192_dai_tdm_register(struct mtk_base_afe *afe) struct mtk_afe_tdm_priv *tdm_priv; struct mtk_base_afe_dai *dai; - dev_info(afe->dev, "%s()\n", __func__); - dai = devm_kzalloc(afe->dev, sizeof(*dai), GFP_KERNEL); if (!dai) return -ENOMEM; |