Re: [PATCH] ASoC: cs35l56-test: Remove pointless duplicate loop counters

From: Mark Brown

Date: Mon Mar 09 2026 - 15:48:23 EST


On Mon, 09 Mar 2026 11:56:51 +0000, Richard Fitzgerald wrote:
> In cs35l56_test_parse_xu_onchip_spkid() the first two loops used
> local i to index an array and num_gpios/num_pulls to count how
> many entries it had seen. But both i and num_* started at 0 and
> incremented on each loop so were identical. Remove i from these
> loops.
>
>
> [...]

Applied to

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

Thanks!

[1/1] ASoC: cs35l56-test: Remove pointless duplicate loop counters
commit: 66f71ec3539e0e724f5099e6d4bbc81db4d9954a

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