mbox series

[-next,0/5] sound: Remove redundant of_match_ptr() macro

Message ID 20230811071426.2343133-1-ruanjinjie@huawei.com (mailing list archive)
Headers show
Series sound: Remove redundant of_match_ptr() macro | expand

Message

Jinjie Ruan Aug. 11, 2023, 7:14 a.m. UTC
Since these sound drivers depend on CONFIG_OF, there is
no need to wrap the macro of_match_ptr() here.

Ruan Jinjie (5):
  ASoC: atmel: Remove redundant of_match_ptr()
  ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
  ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
  ASoC: ssm3515: Remove redundant of_match_ptr()
  ALSA: Remove redundant of_match_ptr()

 sound/drivers/serial-generic.c   | 2 +-
 sound/soc/atmel/atmel-i2s.c      | 2 +-
 sound/soc/atmel/atmel-pdmic.c    | 2 +-
 sound/soc/atmel/mchp-i2s-mcc.c   | 2 +-
 sound/soc/atmel/mchp-spdifrx.c   | 2 +-
 sound/soc/atmel/mchp-spdiftx.c   | 2 +-
 sound/soc/atmel/tse850-pcm5142.c | 2 +-
 sound/soc/codecs/ssm3515.c       | 2 +-
 sound/soc/sunxi/sun4i-spdif.c    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

Comments

Takashi Iwai Aug. 11, 2023, 7:51 a.m. UTC | #1
On Fri, 11 Aug 2023 09:14:21 +0200,
Ruan Jinjie wrote:
> 
> Since these sound drivers depend on CONFIG_OF, there is
> no need to wrap the macro of_match_ptr() here.
> 
> Ruan Jinjie (5):
>   ASoC: atmel: Remove redundant of_match_ptr()
>   ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
>   ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
>   ASoC: ssm3515: Remove redundant of_match_ptr()
>   ALSA: Remove redundant of_match_ptr()

Judging from the proportion, I guess those go through ASoC tree?


Takashi
Jinjie Ruan Aug. 11, 2023, 7:59 a.m. UTC | #2
On 2023/8/11 15:51, Takashi Iwai wrote:
> Judging from the proportion, I guess those go through ASoC tree?

Right,most of them are ASoC related.
Mark Brown Aug. 14, 2023, 12:33 a.m. UTC | #3
On Fri, 11 Aug 2023 15:14:21 +0800, Ruan Jinjie wrote:
> Since these sound drivers depend on CONFIG_OF, there is
> no need to wrap the macro of_match_ptr() here.
> 
> Ruan Jinjie (5):
>   ASoC: atmel: Remove redundant of_match_ptr()
>   ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
>   ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
>   ASoC: ssm3515: Remove redundant of_match_ptr()
>   ALSA: Remove redundant of_match_ptr()
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: atmel: Remove redundant of_match_ptr()
      commit: 67ed781228bdcca7a0d2058cf62d0c1860898330
[2/5] ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
      commit: f83e34034fcc5fd0551d9257b710b61d999a8174
[3/5] ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
      commit: 29546c3af6319a8a5308d4add1226343031da65b
[4/5] ASoC: ssm3515: Remove redundant of_match_ptr()
      commit: 6136b6a281b40cb795a76f1769eeb7ef5026b86f
[5/5] ALSA: Remove redundant of_match_ptr()
      commit: f479832b42df596775c1e787e02c7277bfba6a4a

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