Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: codecs: wcd938x: Remove unneeded semicolon

./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
Link: https://lore.kernel.org/r/20230505004538.70270-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org

authored by

Yang Li and committed by
Mark Brown
101b2383 0f0d70c2

+1 -1
+1 -1
sound/soc/codecs/wcd938x-sdw.c
··· 1271 1271 1272 1272 /* Start in cache-only until device is enumerated */ 1273 1273 regcache_cache_only(wcd->regmap, true); 1274 - }; 1274 + } 1275 1275 1276 1276 pm_runtime_set_autosuspend_delay(dev, 3000); 1277 1277 pm_runtime_use_autosuspend(dev);