mbox series

[v3,00/13] ASoC: Clean-up W=1 build warnings��� - part1

Message ID 20200707190612.97799-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Clean-up W=1 build warnings��� - part1 | expand

Message

Pierre-Louis Bossart July 7, 2020, 7:05 p.m. UTC
Both Lee Jones and I submitted separate series, this is the first part
of the merged result, which includes all previously reviewed patches
or suggested changes along with trivial ones for CONFIG_ACPI.

Lee Jones (2):
  ASoC: codecs: jz4770: Remove defined but never used variable
    'mic_boost_tlv'
  ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w'

Pierre-Louis Bossart (11):
  ASoC: atmel: fix kernel-doc
  ASoC: samsung: spdif: fix kernel-doc
  ASoC: samsung: pcm: fix kernel-doc
  ASoC: tegra: tegra20_das: remove always-true comparison
  ASoC: uniphier: aio-core: fix kernel-doc
  ASoC: codecs: da7210: fix kernel-doc
  ASoC: codecs: da7219: fix 'defined but not used' warning
  ASoC: codecs: cros_ec_codec: fix 'defined but not used' warning
  ASoC: codecs: es8316: fix 'defined but not used' warning
  ASoC: codecs: max98390: fix 'defined but not used' warning
  ASoC: codecs: rt*: fix 'defined but not used' warning

 sound/soc/atmel/atmel-pcm-dma.c  |  2 +-
 sound/soc/atmel/atmel_ssc_dai.c  |  1 +
 sound/soc/codecs/cros_ec_codec.c |  2 ++
 sound/soc/codecs/da7210.c        | 12 +++++++-----
 sound/soc/codecs/da7219.c        |  2 ++
 sound/soc/codecs/es8316.c        |  2 ++
 sound/soc/codecs/jz4770.c        |  1 -
 sound/soc/codecs/max98390.c      |  8 --------
 sound/soc/codecs/rt274.c         |  2 ++
 sound/soc/codecs/rt286.c         |  2 ++
 sound/soc/codecs/rt298.c         |  2 ++
 sound/soc/codecs/rt5660.c        |  2 ++
 sound/soc/codecs/rt5677-spi.c    |  2 ++
 sound/soc/samsung/pcm.c          |  5 +++++
 sound/soc/samsung/spdif.c        |  6 +++---
 sound/soc/tegra/tegra20_das.c    |  3 +--
 sound/soc/ti/omap-mcbsp-st.c     |  3 ---
 sound/soc/uniphier/aio-core.c    |  7 +++----
 18 files changed, 37 insertions(+), 27 deletions(-)

Comments

Mark Brown July 9, 2020, 10 p.m. UTC | #1
On Tue, 7 Jul 2020 14:05:59 -0500, Pierre-Louis Bossart wrote:
> Both Lee Jones and I submitted separate series, this is the first part
> of the merged result, which includes all previously reviewed patches
> or suggested changes along with trivial ones for CONFIG_ACPI.
> 
> Lee Jones (2):
>   ASoC: codecs: jz4770: Remove defined but never used variable
>     'mic_boost_tlv'
>   ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w'
> 
> [...]

Applied to

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

Thanks!

[01/13] ASoC: atmel: fix kernel-doc
        commit: 0bdaef8a9c9adc11a640e76132c7dfca6c4831c4
[02/13] ASoC: samsung: spdif: fix kernel-doc
        commit: 53c512d89fef113033df53f0ab942b815a28b1a4
[03/13] ASoC: samsung: pcm: fix kernel-doc
        commit: b023cc4c4e9eda8cf086107dd7803ec396600703
[04/13] ASoC: tegra: tegra20_das: remove always-true comparison
        commit: cf3804dbd3c4ff5f8c8478fd64190ed9fea7db55
[05/13] ASoC: uniphier: aio-core: fix kernel-doc
        commit: 891ba284df5e374f6ea4675b66b56eefb9831f1f
[06/13] ASoC: codecs: da7210: fix kernel-doc
        commit: d3d0502ae595c29091dac0cda7550f19b913074f
[07/13] ASoC: codecs: da7219: fix 'defined but not used' warning
        commit: 14310a9644f604e3e2bca7207056d6071c530d04
[08/13] ASoC: codecs: jz4770: Remove defined but never used variable 'mic_boost_tlv'
        commit: a7997d67f6c2d1b0e657f7db2dcd447f9db9df6f
[09/13] ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w'
        commit: 0a292439655d3ba6349fb3eb17d8c1b14728e1ba
[10/13] ASoC: codecs: cros_ec_codec: fix 'defined but not used' warning
        commit: fbcde4ffa5feebf07ba57b1158d03f609637a2c1
[11/13] ASoC: codecs: es8316: fix 'defined but not used' warning
        commit: 07ac670981fc5932ca3799ce7d96431d80afce0e
[12/13] ASoC: codecs: max98390: fix 'defined but not used' warning
        commit: ce7ed845eb60c119b033057815a4d1d7261367f9
[13/13] ASoC: codecs: rt*: fix 'defined but not used' warning
        commit: 56bbfbfdab2b79d3b6e370750358702a7aa079ed

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