[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173159855986.505512.7552118028382530741.b4-ty@kernel.org>
Date: Thu, 14 Nov 2024 15:35:59 +0000
From: Mark Brown <broonie@...nel.org>
To: Kiseok Jo <kiseok.jo@...ndevice.com>, Arnd Bergmann <arnd@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>, Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Tang Bin <tangbin@...s.chinamobile.com>, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [v2] ASoC: sma1307: fix uninitialized variable refence
On Wed, 13 Nov 2024 18:57:13 +0100, Arnd Bergmann wrote:
> When firmware loading is disabled, gcc warns that the local
> 'fw' variable fails to get initialized:
>
> sound/soc/codecs/sma1307.c: In function 'sma1307_setting_loaded.isra':
> sound/soc/codecs/sma1307.c:1717:12: error: 'fw' is used uninitialized [-Werror=uninitialized]
> 1717 | if (!fw) {
> | ^
> sound/soc/codecs/sma1307.c:1712:32: note: 'fw' was declared here
> 1712 | const struct firmware *fw;
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: sma1307: fix uninitialized variable refence
commit: c48a4497356f701f94f1951626637ae240af909e
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
Powered by blists - more mailing lists