mbox series

[v1,0/8] ASoC: loongson: Simplify code formatting

Message ID cover.1725844530.git.zhoubinbin@loongson.cn (mailing list archive)
Headers show
Series ASoC: loongson: Simplify code formatting | expand

Message

Binbin Zhou Sept. 9, 2024, 7:19 a.m. UTC
Hi all:

This patchset attempts to improve code readability by simplifying code
formatting.
No functional changes.

Original link:
https://lore.kernel.org/all/c54fbc2582702689c005e1ba528ab2318b1adde6.1725518229.git.zhoubinbin@loongson.cn/

Thanks.

Binbin Zhou (8):
  ASoC: loongson: Use BIT() macro
  ASoC: loongson: Simplify probe() with local dev variable
  ASoC: loongson: Simplify with dev_err_probe()
  ASoC: loongson: Simplify if statment in loongson_card_hw_params()
  ASoC: loongson: Simplify of_node_put() reference
  ASoC: loongson: Replace if with ternary operator
  ASoC: loongson: Factor out loongson_card_acpi_find_device() function
  ASoC: loongson: Factor out loongson i2s enable clock functions

 sound/soc/loongson/loongson_card.c    | 142 +++++++++++++-------------
 sound/soc/loongson/loongson_dma.c     |  10 +-
 sound/soc/loongson/loongson_i2s.c     | 110 ++++++++++----------
 sound/soc/loongson/loongson_i2s.h     |  24 ++---
 sound/soc/loongson/loongson_i2s_pci.c |  51 ++++-----
 5 files changed, 166 insertions(+), 171 deletions(-)

Comments

Mark Brown Sept. 9, 2024, 9:57 p.m. UTC | #1
On Mon, 09 Sep 2024 15:19:04 +0800, Binbin Zhou wrote:
> This patchset attempts to improve code readability by simplifying code
> formatting.
> No functional changes.
> 
> Original link:
> https://lore.kernel.org/all/c54fbc2582702689c005e1ba528ab2318b1adde6.1725518229.git.zhoubinbin@loongson.cn/
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: loongson: Use BIT() macro
      commit: f2bd6f5b3777d800fb3cad17b9509e1e2128df62
[2/8] ASoC: loongson: Simplify probe() with local dev variable
      commit: ce3997ab8b4ae2312b8cdddd7db9b15eb11004a3
[3/8] ASoC: loongson: Simplify with dev_err_probe()
      commit: 3d2528d6c021cba141a7079ae1a5937190700899
[4/8] ASoC: loongson: Simplify if statment in loongson_card_hw_params()
      commit: e28ee1b8a92e6797fc652fa64e536178dd627e89
[6/8] ASoC: loongson: Replace if with ternary operator
      commit: c7b626a8930d7029c096f0634ae6169af59d92b6
[7/8] ASoC: loongson: Factor out loongson_card_acpi_find_device() function
      commit: ddb538a3004b10a04a14a0d275c5f52a8d161e80
[8/8] ASoC: loongson: Factor out loongson i2s enable clock functions
      commit: 4c22b04e116e114f18d9cef15f913e1649ccb7ed

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