projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0d70c
)
ASoC: codecs: wcd938x: Remove unneeded semicolon
author
Yang Li
<yang.lee@linux.alibaba.com>
Fri, 5 May 2023 00:45:38 +0000
(08:45 +0800)
committer
Mark Brown
<broonie@kernel.org>
Sun, 7 May 2023 23:48:52 +0000
(08:48 +0900)
./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
sound/soc/codecs/wcd938x-sdw.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wcd938x-sdw.c
b/sound/soc/codecs/wcd938x-sdw.c
index 402286dfaea44ec84401aecf0d6c7e8ca28c3142..5befae41463648eaf64b49440219441de69e4871 100644
(file)
--- 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);