Re: [PATCH v2] ASoC: codecs: lpass-wsa-macro: handle unexpected input

From: Mark Brown
Date: Tue May 11 2021 - 04:28:13 EST


On Fri, 30 Apr 2021 07:21:17 -0700, trix@xxxxxxxxxx wrote:
> Static analysis reports this problem
>
> lpass-wsa-macro.c:1732:6: warning: Array subscript is undefined
> if (wsa->ec_hq[ec_tx]) {
> ^~~~~~~~~~~~~~~~~
>
> The happens because 'ec_tx' is never initialized and there is
> no default in switch statement that sets ec_tx. Add a default
> case that returns an error before the array is accessed.

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: codecs: lpass-wsa-macro: handle unexpected input
commit: 58f01c7fc81baced84f237554d56847e17b5d730

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