mbox series

[0/9] ASoC: soc-xxx: cleanup cppcheck warning

Message ID 874kbq0z0p.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: soc-xxx: cleanup cppcheck warning | expand

Message

Kuninori Morimoto Aug. 16, 2021, 4:55 a.m. UTC
Hi Mark

Now I'm posting audio-graph-card2 patch-set, but it seems it needs longer
discussion. Thus I want to post more easy patch first, and reduce my
local patches.

These are cppcheck warning cleanup patches for soc-xxx.

Kuninori Morimoto (9):
  ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_hw_params()
  ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_new()
  ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_copy_user()
  ASoC: soc-dai: cleanup cppcheck warning at snd_soc_dai_link_set_capabilities()
  ASoC: soc-dai: cleanup cppcheck warning at snd_soc_pcm_dai_new()
  ASoC: soc-jack: cleanup cppcheck warning at snd_soc_jack_report()
  ASoC: soc-jack: cleanup cppcheck warning for CONFIG_GPIOLIB
  ASoC: soc-component: cleanup cppcheck warning at snd_soc_pcm_component_pm_runtime_get()
  ASoC: soc-ac97: cleanup cppcheck warning

 sound/soc/soc-ac97.c                  | 14 ++++++--------
 sound/soc/soc-component.c             |  4 ++--
 sound/soc/soc-dai.c                   | 18 ++++++++----------
 sound/soc/soc-generic-dmaengine-pcm.c |  9 +++------
 sound/soc/soc-jack.c                  | 15 +++++++--------
 5 files changed, 26 insertions(+), 34 deletions(-)

Comments

Mark Brown Aug. 16, 2021, 5:04 p.m. UTC | #1
On 16 Aug 2021 13:55:18 +0900, Kuninori Morimoto wrote:
> Now I'm posting audio-graph-card2 patch-set, but it seems it needs longer
> discussion. Thus I want to post more easy patch first, and reduce my
> local patches.
> 
> These are cppcheck warning cleanup patches for soc-xxx.
> 
> Kuninori Morimoto (9):
>   ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_hw_params()
>   ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_new()
>   ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_copy_user()
>   ASoC: soc-dai: cleanup cppcheck warning at snd_soc_dai_link_set_capabilities()
>   ASoC: soc-dai: cleanup cppcheck warning at snd_soc_pcm_dai_new()
>   ASoC: soc-jack: cleanup cppcheck warning at snd_soc_jack_report()
>   ASoC: soc-jack: cleanup cppcheck warning for CONFIG_GPIOLIB
>   ASoC: soc-component: cleanup cppcheck warning at snd_soc_pcm_component_pm_runtime_get()
>   ASoC: soc-ac97: cleanup cppcheck warning
> 
> [...]

Applied to

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

Thanks!

[1/9] ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_hw_params()
      commit: 0a1e5ac50de2185d6e50b0d09fbed3ef06950d90
[2/9] ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_pcm_new()
      commit: 9cec66fa702646b83ed970a91edd712d156c380f
[3/9] ASoC: soc-generic-dmaengine-pcm: cleanup cppcheck warning at dmaengine_copy_user()
      commit: a2659768893bd90be4a243472e8bd2ef614c9de7
[4/9] ASoC: soc-dai: cleanup cppcheck warning at snd_soc_dai_link_set_capabilities()
      commit: d490f4e73e3c0b217242d92a8f679e62dc657001
[5/9] ASoC: soc-dai: cleanup cppcheck warning at snd_soc_pcm_dai_new()
      commit: 454a7422fa287d38fbc433260932383ed70b8af0
[6/9] ASoC: soc-jack: cleanup cppcheck warning at snd_soc_jack_report()
      commit: c2dea1fba206b6e16940fb2bbf5209b30018833c
[7/9] ASoC: soc-jack: cleanup cppcheck warning for CONFIG_GPIOLIB
      commit: c7577906865c5da232c1eeabaa80129f4702290d
[8/9] ASoC: soc-component: cleanup cppcheck warning at snd_soc_pcm_component_pm_runtime_get()
      commit: 500b39da62499721ffd287994322a36440d1bb9c
[9/9] ASoC: soc-ac97: cleanup cppcheck warning
      commit: 834a36ddc6d276fce177fde6c994751aa40d498f

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