On Thu, 21 Apr 2022 11:36:45 -0500, Pierre-Louis Bossart wrote: > Clang warning: > >> sound/soc/intel/boards/sof_ssp_amp.c:97:6: warning: variable 'i' > set but not used [-Wunused-but-set-variable] > int i = 0; > ^ > > The device counter is not used when the quirk is not set, which static > analysis cannot know. Move its initialization before the loop to > remove this warning. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: Intel: sof_ssp_amp: remove 'set-but-not-used' warning commit: aa4c06e02b4139c378ba8d20d767d6d1cf6a2ad8 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