All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm_adsp: remove a repeated including
@ 2021-09-29 12:32 Guo Zhengkui
  2021-09-29 14:47   ` Simon Trimmer
  2021-09-30 14:58   ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Guo Zhengkui @ 2021-09-29 12:32 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Charles Keepax, Simon Trimmer, Richard Fitzgerald, patches,
	alsa-devel, linux-kernel
  Cc: kernel, Guo Zhengkui

Remove a repeated "#include <linux/firmware.h>" in line 32.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
---
 sound/soc/codecs/wm_adsp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 6c5d55b3b311..b9fb4f547d5e 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -29,7 +29,6 @@
 #include <sound/jack.h>
 #include <sound/initval.h>
 #include <sound/tlv.h>
-#include <linux/firmware.h>
 
 #include "wm_adsp.h"
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH] ASoC: wm_adsp: remove a repeated including
  2021-09-29 12:32 [PATCH] ASoC: wm_adsp: remove a repeated including Guo Zhengkui
@ 2021-09-29 14:47   ` Simon Trimmer
  2021-09-30 14:58   ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Simon Trimmer @ 2021-09-29 14:47 UTC (permalink / raw)
  To: 'Guo Zhengkui', 'Liam Girdwood',
	'Mark Brown', 'Jaroslav Kysela',
	'Takashi Iwai', 'Charles Keepax',
	'Richard Fitzgerald',
	patches, alsa-devel, linux-kernel
  Cc: kernel

On Wednesday, September 29, 2021 1:32 PM, Guo Zhengkui wrote:
> Remove a repeated "#include <linux/firmware.h>" in line 32.
> 
> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
> ---

Acked-by: Simon Trimmer <simont@opensource.cirrus.com>

Thanks,
Simon


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] ASoC: wm_adsp: remove a repeated including
@ 2021-09-29 14:47   ` Simon Trimmer
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Trimmer @ 2021-09-29 14:47 UTC (permalink / raw)
  To: 'Guo Zhengkui', 'Liam Girdwood',
	'Mark Brown', 'Jaroslav Kysela',
	'Takashi Iwai', 'Charles Keepax',
	'Richard Fitzgerald',
	patches, alsa-devel, linux-kernel
  Cc: kernel

On Wednesday, September 29, 2021 1:32 PM, Guo Zhengkui wrote:
> Remove a repeated "#include <linux/firmware.h>" in line 32.
> 
> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
> ---

Acked-by: Simon Trimmer <simont@opensource.cirrus.com>

Thanks,
Simon


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: wm_adsp: remove a repeated including
  2021-09-29 12:32 [PATCH] ASoC: wm_adsp: remove a repeated including Guo Zhengkui
@ 2021-09-30 14:58   ` Mark Brown
  2021-09-30 14:58   ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-09-30 14:58 UTC (permalink / raw)
  To: Liam Girdwood, Takashi Iwai, patches, alsa-devel,
	Jaroslav Kysela, Guo Zhengkui, linux-kernel, Simon Trimmer,
	Charles Keepax, Richard Fitzgerald
  Cc: Mark Brown, kernel

On Wed, 29 Sep 2021 20:32:15 +0800, Guo Zhengkui wrote:
> Remove a repeated "#include <linux/firmware.h>" in line 32.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: wm_adsp: remove a repeated including
      commit: 626605a3dfb5c538256e737a7a7ae3e18f3368ec

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ASoC: wm_adsp: remove a repeated including
@ 2021-09-30 14:58   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-09-30 14:58 UTC (permalink / raw)
  To: Liam Girdwood, Takashi Iwai, patches, alsa-devel,
	Jaroslav Kysela, Guo Zhengkui, linux-kernel, Simon Trimmer,
	Charles Keepax, Richard Fitzgerald
  Cc: kernel, Mark Brown

On Wed, 29 Sep 2021 20:32:15 +0800, Guo Zhengkui wrote:
> Remove a repeated "#include <linux/firmware.h>" in line 32.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: wm_adsp: remove a repeated including
      commit: 626605a3dfb5c538256e737a7a7ae3e18f3368ec

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-30 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 12:32 [PATCH] ASoC: wm_adsp: remove a repeated including Guo Zhengkui
2021-09-29 14:47 ` Simon Trimmer
2021-09-29 14:47   ` Simon Trimmer
2021-09-30 14:58 ` Mark Brown
2021-09-30 14:58   ` Mark Brown

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.