diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-06-21 17:58:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-22 15:39:34 +0300 |
commit | 1892a991886ace2c3450bec801df2cf4028a803a (patch) | |
tree | b4af83054099837ff653124affcf42b6f4a5b429 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 644ed467c773ae7649cb54c9709aabc6f2984850 (diff) | |
download | linux-1892a991886ace2c3450bec801df2cf4028a803a.tar.xz |
ASoC: core: Make snd_soc_unregister_card() return void
The function snd_soc_unregister_card() returned 0 unconditionally and most
callers don't care to check the return value. Make it return void and
adapt the callers that didn't ignore the return value before.
This is a preparation for making platform remove callbacks return void.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20220621145834.198519-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions