mbox series

[0/2] ASoC: ams-delta.c: use component after check

Message ID 87wmv9q632.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: ams-delta.c: use component after check | expand

Message

Kuninori Morimoto Oct. 27, 2023, 12:09 a.m. UTC
Hi Mark, Dan

This patch-set fixup ams-delta.c's 2 warning/error.

[1/2] is for compile error of .receive_buf = cx81801_receive,
[2/2] is for static checker warnings

Kuninori Morimoto (2):
  ASoC: ams-delta.c: fixup cx81801_receive() parameter
  ASoC: ams-delta.c: use component after check

 sound/soc/ti/ams-delta.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Mark Brown Oct. 27, 2023, 10:54 p.m. UTC | #1
On Fri, 27 Oct 2023 00:09:23 +0000, Kuninori Morimoto wrote:
> This patch-set fixup ams-delta.c's 2 warning/error.
> 
> [1/2] is for compile error of .receive_buf = cx81801_receive,
> [2/2] is for static checker warnings
> 
> Kuninori Morimoto (2):
>   ASoC: ams-delta.c: fixup cx81801_receive() parameter
>   ASoC: ams-delta.c: use component after check
> 
> [...]

Applied to

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

Thanks!

[2/2] ASoC: ams-delta.c: use component after check
      commit: bd0f7498bc9084d8cccc5484cd004b40f314b763

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