--- Begin Message ---
- To: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>, Mark Brown <broonie@xxxxxxxxxx>
- Subject: Re: [PATCH 1/2] ASoC: mt8192: Remove function name log messages
- From: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
- Date: Tue, 14 Mar 2023 09:30:15 +0100
- Cc: kernel@xxxxxxxxxxxxx, Akihiko Odaki <akihiko.odaki@xxxxxxxxx>, Jiaxin Yu <jiaxin.yu@xxxxxxxxxxxx>, Liam Girdwood <lgirdwood@xxxxxxxxx>, Matthias Brugger <matthias.bgg@xxxxxxxxx>, Takashi Iwai <tiwai@xxxxxxxx>, Tzung-Bi Shih <tzungbi@xxxxxxxxxx>, alsa-devel@xxxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-mediatek@xxxxxxxxxxxxxxxxxxx
- In-reply-to: <20230313212908.2282961-2-nfraprado@collabora.com>
- References: <20230313212908.2282961-1-nfraprado@collabora.com> <20230313212908.2282961-2-nfraprado@collabora.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0
Il 13/03/23 22:29, Nícolas F. R. A. Prado ha scritto:
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.
Yeah, I totally agree.
Did you check the others (8173, 83, 86, 95) as well?
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
--- End Message ---