mbox series

[0/5] ASoC: codecs: minor cppcheck cleanups

Message ID 20220822184239.169757-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: codecs: minor cppcheck cleanups | expand

Message

Pierre-Louis Bossart Aug. 22, 2022, 6:42 p.m. UTC
Small number of cleanups that were either missed in previous versions
or detected by new cppcheck version.

Pierre-Louis Bossart (5):
  ASoC: hdmi-codec: remove unused definitions
  ASoC: wcd-mbhc-v2: remove always-true condition
  ASoC: wcd9335: remove always-true condition
  ASoC: fsl: fsl-utils: remove useless assignment
  ASoC: ti: omap-mcbsp: remove useless assignment

 sound/soc/codecs/hdmi-codec.c  | 4 ----
 sound/soc/codecs/wcd-mbhc-v2.c | 2 +-
 sound/soc/codecs/wcd9335.c     | 4 +---
 sound/soc/fsl/fsl_utils.c      | 2 +-
 sound/soc/ti/omap-mcbsp.c      | 2 +-
 5 files changed, 4 insertions(+), 10 deletions(-)

Comments

Mark Brown Aug. 31, 2022, 12:52 p.m. UTC | #1
On Mon, 22 Aug 2022 20:42:34 +0200, Pierre-Louis Bossart wrote:
> Small number of cleanups that were either missed in previous versions
> or detected by new cppcheck version.
> 
> Pierre-Louis Bossart (5):
>   ASoC: hdmi-codec: remove unused definitions
>   ASoC: wcd-mbhc-v2: remove always-true condition
>   ASoC: wcd9335: remove always-true condition
>   ASoC: fsl: fsl-utils: remove useless assignment
>   ASoC: ti: omap-mcbsp: remove useless assignment
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: hdmi-codec: remove unused definitions
      commit: c90d6054ff9d75bc185c48b798b745aa2c05236c
[2/5] ASoC: wcd-mbhc-v2: remove always-true condition
      commit: 43265ceeb0b9cb1f8f5fb182adaa6c2ed4941478
[3/5] ASoC: wcd9335: remove always-true condition
      commit: c9a9b4dbc18f4dc609d47b9ac19545b31fb21e3f
[4/5] ASoC: fsl: fsl-utils: remove useless assignment
      commit: 3653a6a2a7c146f04940d572d2728c939b50cba1
[5/5] ASoC: ti: omap-mcbsp: remove useless assignment
      commit: 7a0431bbda8ae24de56ea1dadcf1a2e56f939707

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