Skip to content

Commit

Permalink
ASoC: codecs: wcd938x: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
./sound/soc/codecs/wcd938x-sdw.c:1274:2-3: Unneeded semicolon

Reported-by: Abaci Robot <[email protected]
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4862
Signed-off-by: Yang Li <[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]
  • Loading branch information
Yang Li authored and broonie committed May 7, 2023
1 parent 0f0d70c commit 101b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wcd938x-sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 101b238

Please sign in to comment.