[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <34a4f185-f4a8-4055-bfe6-68be9a3a7a89@notapiano>
Date: Thu, 27 Feb 2025 10:24:46 -0300
From: Nícolas F. R. A. Prado <nfraprado@...labora.com>
To: Arnd Bergmann <arnd@...nel.org>
Cc: Mark Brown <broonie@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
parkeryang <Parker.Yang@...iatek.com>, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH] ASoC: mediatek: mt8188: avoid uninitialized variable use
On Thu, Feb 27, 2025 at 02:19:01PM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> The 'msk' variable has no initialization:
>
> sound/soc/mediatek/mt8188/mt8188-dai-dmic.c:311:4: error: variable 'msk' is uninitialized when used here [-Werror,-Wuninitialized]
> 311 | msk |= PWR2_TOP_CON1_DMIC_FIFO_SOFT_RST_EN(i);
> | ^~~
>
> Set it to zero before the loop.
>
> Fixes: c1e42ec04197 ("ASoC: mediatek: mt8188: Add support for DMIC")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@...labora.com>
Sorry about the delay, I was about to send this myself.
Thanks,
Nícolas
Powered by blists - more mailing lists