[PATCH] ASoC: SDCA: Remove redundant comment

Charles Keepax posted 1 patch 1 week, 3 days ago
sound/soc/sdca/sdca_functions.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] ASoC: SDCA: Remove redundant comment
Posted by Charles Keepax 1 week, 3 days ago
Whilst the comment is correct DisCo does use upper-case for hex numbers
the number being printed here is decimal so the comment is rather
redundant.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/sdca/sdca_functions.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sdca/sdca_functions.c b/sound/soc/sdca/sdca_functions.c
index b55e3ad8ea343..f39008ac0e7d3 100644
--- a/sound/soc/sdca/sdca_functions.c
+++ b/sound/soc/sdca/sdca_functions.c
@@ -1983,7 +1983,6 @@ static int find_sdca_cluster_channels(struct device *dev,
 		char channel_property[SDCA_PROPERTY_LENGTH];
 		struct fwnode_handle *channel_node;
 
-		/* DisCo uses upper-case for hex numbers */
 		snprintf(channel_property, sizeof(channel_property),
 			 "mipi-sdca-channel-%d-subproperties", i + 1);
 
-- 
2.47.3
Re: [PATCH] ASoC: SDCA: Remove redundant comment
Posted by Mark Brown 1 week, 3 days ago
On Mon, 14 Sep 2026 14:16:21 +0100, Charles Keepax wrote:
> ASoC: SDCA: Remove redundant comment

Applied to

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

Thanks!

[1/1] ASoC: SDCA: Remove redundant comment
      https://git.kernel.org/broonie/sound/c/4b49d276dba2

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