Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: codecs: wcd938x: Remove unneeded semicolon
@ 2023-05-05  0:45 Yang Li
  2023-05-09  6:38 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-05-05  0:45 UTC (permalink / raw)
  To: lgirdwood; +Cc: broonie, tiwai, alsa-devel, linux-kernel, Yang Li, Abaci Robot

./sound/soc/codecs/wcd938x-sdw.c:1274:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4862
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/codecs/wcd938x-sdw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wcd938x-sdw.c b/sound/soc/codecs/wcd938x-sdw.c
index 402286dfaea4..5befae414636 100644
--- a/sound/soc/codecs/wcd938x-sdw.c
+++ b/sound/soc/codecs/wcd938x-sdw.c
@@ -1271,7 +1271,7 @@ static int wcd9380_probe(struct sdw_slave *pdev,
 
 		/* Start in cache-only until device is enumerated */
 		regcache_cache_only(wcd->regmap, true);
-	};
+	}
 
 	pm_runtime_set_autosuspend_delay(dev, 3000);
 	pm_runtime_use_autosuspend(dev);
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next] ASoC: codecs: wcd938x: Remove unneeded semicolon
  2023-05-05  0:45 [PATCH -next] ASoC: codecs: wcd938x: Remove unneeded semicolon Yang Li
@ 2023-05-09  6:38 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2023-05-09  6:38 UTC (permalink / raw)
  To: lgirdwood, Yang Li; +Cc: tiwai, alsa-devel, linux-kernel, Abaci Robot

On Fri, 05 May 2023 08:45:38 +0800, Yang Li wrote:
> ./sound/soc/codecs/wcd938x-sdw.c:1274:2-3: Unneeded semicolon
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: codecs: wcd938x: Remove unneeded semicolon
      commit: 101b23830d3c26e9549274d16e8d4542c8bce4af

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] 2+ messages in thread

end of thread, other threads:[~2023-05-09  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05  0:45 [PATCH -next] ASoC: codecs: wcd938x: Remove unneeded semicolon Yang Li
2023-05-09  6:38 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox