All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	alsa-devel@alsa-project.org
Cc: tiwai@suse.de, vkoul@kernel.org, srinivas.kandagatla@linaro.org
Subject: Re: [PATCH 00/10] ASoC: qcom: remove cppcheck warnings
Date: Mon, 01 Mar 2021 23:34:40 +0000	[thread overview]
Message-ID: <161464168096.31144.9561845057548508112.b4-ty@kernel.org> (raw)
In-Reply-To: <20210218222916.89809-1-pierre-louis.bossart@linux.intel.com>

On Thu, 18 Feb 2021 16:29:06 -0600, Pierre-Louis Bossart wrote:
> Second batch of cleanups for Qualcomm SOCs and codecs. The only
> functional change is the addition of a missing error check in the last
> patch.
> 
> Pierre-Louis Bossart (10):
>   ASoC: qcom: lpass-hdmi: remove useless return
>   ASoC: qcom: lpass-platform: remove useless assignment
>   ASoC: qcom: q6dsp-dai: clarify expression
>   ASoC: qcom: q6afe: remove useless assignments
>   ASoC: qcom: q6afe: align function prototype
>   ASoC: qcom: q6asm: align function prototypes
>   ASoC: wcd-clsh-v2: align function prototypes
>   ASoC: wcd9335: clarify return value
>   ASoC: wcd934x: remove useless return
>   ASoC: lpass-wsa-macro: add missing test
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: qcom: lpass-hdmi: remove useless return
        commit: 0bf10fbda55679a3fef86f5fae47105b2d61fecc
[02/10] ASoC: qcom: lpass-platform: remove useless assignment
        commit: 25ab7dcdb77e4ecfa1a9e1c7939318b2b90a90f3
[03/10] ASoC: qcom: q6dsp-dai: clarify expression
        commit: fd565b469d21ab1008f5f4fb5ca5cf9eaff83cc1
[04/10] ASoC: qcom: q6afe: remove useless assignments
        commit: 924d4aad24337def5b18cd3225eec7e27dcf0f74
[05/10] ASoC: qcom: q6afe: align function prototype
        commit: 7ca70ca9914c23e1f8a9ae68c96f1fc812cc8575
[06/10] ASoC: qcom: q6asm: align function prototypes
        commit: 63a372715a3c2c13720774698a08d85de5f40934
[07/10] ASoC: wcd-clsh-v2: align function prototypes
        commit: 297ef0a73103c59c107f8b7c013b17d27ea2f772
[08/10] ASoC: wcd9335: clarify return value
        commit: 71ea36550bda7359ab055a4572a5f3ae04369b07
[09/10] ASoC: wcd934x: remove useless return
        commit: 5c3252b3f71184f96cf1bcad3a78aa074d6d7db8
[10/10] ASoC: lpass-wsa-macro: add missing test
        commit: 0076777b8753e3969516dbd514a2c5ffb3ceba3a

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

      parent reply	other threads:[~2021-03-01 23:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 22:29 [PATCH 00/10] ASoC: qcom: remove cppcheck warnings Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 01/10] ASoC: qcom: lpass-hdmi: remove useless return Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 02/10] ASoC: qcom: lpass-platform: remove useless assignment Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 03/10] ASoC: qcom: q6dsp-dai: clarify expression Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 04/10] ASoC: qcom: q6afe: remove useless assignments Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 05/10] ASoC: qcom: q6afe: align function prototype Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 06/10] ASoC: qcom: q6asm: align function prototypes Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 07/10] ASoC: wcd-clsh-v2: " Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 08/10] ASoC: wcd9335: clarify return value Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 09/10] ASoC: wcd934x: remove useless return Pierre-Louis Bossart
2021-02-18 22:29 ` [PATCH 10/10] ASoC: lpass-wsa-macro: add missing test Pierre-Louis Bossart
2021-02-19 10:32 ` [PATCH 00/10] ASoC: qcom: remove cppcheck warnings Srinivas Kandagatla
2021-03-01 23:34 ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161464168096.31144.9561845057548508112.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.de \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.