mbox series

[00/16] ASoC: trivial changes for cppcheck warnings

Message ID 20220520211719.607543-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: trivial changes for cppcheck warnings | expand

Message

Pierre-Louis Bossart May 20, 2022, 9:17 p.m. UTC
This can probably wait for the next merge window, I found a number of
cppcheck warnings that I didn't see in my last checks. The irony is
that the only really important issue found by cppcheck was on one of
my previous DPCM changes (submitted separately as a fix).

Pierre-Louis Bossart (16):
  ASoC: cs35l45: typo in argument definition
  ASoC: cs42l42: remove redundant test
  ASoC: wcd-mbhc-v2: remove useless initialization
  ASoC: wcd9335: remove redundant tests
  ASoC: Intel: atom: sst: remove useless initialization
  ASoC: Intel: atom: sst_ipc: remove redundant test
  ASoC: Intel: atom: sst_ipc: remove useless initializations
  ASoC: Intel: atom: controls: remove useless initializations
  ASoC: Intel: boards: reset acpi_chan_package
  ASoC: Intel: sof_pcm512x: remove unnecessary init
  ASoC: mediatek: mt8195: simplify error handling
  ASoC: qcom: q6dsp: q6adm: remove useless initializations
  ASoC: qcom: q6dsp: remove spurious space
  ASoC: rockchip: simplify error handling
  ASoC: samsung: snow: simplify error handling
  ASoC: meson: remove useless initialization

 sound/soc/codecs/cs35l45.h                 | 2 +-
 sound/soc/codecs/cs42l42.c                 | 3 +--
 sound/soc/codecs/wcd-mbhc-v2.c             | 2 +-
 sound/soc/codecs/wcd9335.c                 | 4 ++--
 sound/soc/intel/atom/sst-atom-controls.c   | 4 ++--
 sound/soc/intel/atom/sst/sst.c             | 2 +-
 sound/soc/intel/atom/sst/sst_ipc.c         | 8 ++++----
 sound/soc/intel/boards/bytcr_rt5640.c      | 2 +-
 sound/soc/intel/boards/bytcr_rt5651.c      | 2 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c    | 2 +-
 sound/soc/intel/boards/sof_pcm512x.c       | 2 +-
 sound/soc/mediatek/mt8195/mt8195-afe-clk.c | 8 ++++----
 sound/soc/meson/meson-codec-glue.c         | 2 +-
 sound/soc/qcom/qdsp6/q6adm.c               | 6 +++---
 sound/soc/rockchip/rk3288_hdmi_analog.c    | 4 ++--
 sound/soc/samsung/snow.c                   | 2 +-
 16 files changed, 27 insertions(+), 28 deletions(-)

Comments

Mark Brown June 7, 2022, 10:55 a.m. UTC | #1
On Fri, 20 May 2022 16:17:03 -0500, Pierre-Louis Bossart wrote:
> This can probably wait for the next merge window, I found a number of
> cppcheck warnings that I didn't see in my last checks. The irony is
> that the only really important issue found by cppcheck was on one of
> my previous DPCM changes (submitted separately as a fix).
> 
> Pierre-Louis Bossart (16):
>   ASoC: cs35l45: typo in argument definition
>   ASoC: cs42l42: remove redundant test
>   ASoC: wcd-mbhc-v2: remove useless initialization
>   ASoC: wcd9335: remove redundant tests
>   ASoC: Intel: atom: sst: remove useless initialization
>   ASoC: Intel: atom: sst_ipc: remove redundant test
>   ASoC: Intel: atom: sst_ipc: remove useless initializations
>   ASoC: Intel: atom: controls: remove useless initializations
>   ASoC: Intel: boards: reset acpi_chan_package
>   ASoC: Intel: sof_pcm512x: remove unnecessary init
>   ASoC: mediatek: mt8195: simplify error handling
>   ASoC: qcom: q6dsp: q6adm: remove useless initializations
>   ASoC: qcom: q6dsp: remove spurious space
>   ASoC: rockchip: simplify error handling
>   ASoC: samsung: snow: simplify error handling
>   ASoC: meson: remove useless initialization
> 
> [...]

Applied to

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

Thanks!

[01/16] ASoC: cs35l45: typo in argument definition
        commit: 0511e2ac4e848ceac14b3ac4b476f0e26b48ddb2
[02/16] ASoC: cs42l42: remove redundant test
        commit: 94f8f2068ed0e3a5e367029f64ed76e6e65d5eb3
[03/16] ASoC: wcd-mbhc-v2: remove useless initialization
        commit: cac24a360a6b948ffb75c3d7ccc819064300454c
[04/16] ASoC: wcd9335: remove redundant tests
        commit: 0016361dfcc93a70850c6909fb76f15305dda5ae
[05/16] ASoC: Intel: atom: sst: remove useless initialization
        commit: fb6ed937aaa0703bcdacfe013897d583a6eba365
[06/16] ASoC: Intel: atom: sst_ipc: remove redundant test
        commit: d8af541139fa135a250c5ae743bfec3b49e97c3a
[07/16] ASoC: Intel: atom: sst_ipc: remove useless initializations
        commit: a140785b701d286374ea1b26762f333e4f5e9ee3
[08/16] ASoC: Intel: atom: controls: remove useless initializations
        commit: f6cd55a19f3f46e3d36b1121f844956128c60b6a
[09/16] ASoC: Intel: boards: reset acpi_chan_package
        commit: 9972773c26125242b467f0062c1fee874c87ae68
[10/16] ASoC: Intel: sof_pcm512x: remove unnecessary init
        commit: f057852fd351741d1efaadc48aa59ea49c79a087
[11/16] ASoC: mediatek: mt8195: simplify error handling
        commit: 9e9fb5d3f387788d50f5eae4c01ff60429691e71
[12/16] ASoC: qcom: q6dsp: q6adm: remove useless initializations
        commit: 015d9ab7805fb1b3766d1dc487ed34dbc03bd4da
[13/16] ASoC: qcom: q6dsp: remove spurious space
        commit: 7518be0cc120d7617a8985787196cd5776b93688
[14/16] ASoC: rockchip: simplify error handling
        commit: 59a6cc5c5d64ca20461fec46e450e0639b1e6410
[15/16] ASoC: samsung: snow: simplify error handling
        commit: 0c57064e3fdba9bb76086b9a6e318eb0cef24b69
[16/16] ASoC: meson: remove useless initialization
        commit: 7188b28f6686af0bc4aa1f96d720de782769a0a9

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