diff options
author | 2023-02-07 20:19:06 +0100 | |
---|---|---|
committer | 2023-02-08 13:39:12 +0100 | |
commit | 73c5685c431a090152cbc9e45857feb207f0032f (patch) | |
tree | ffd36921e758c12e44a2b34514120e99189087aa /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ALSA: core: Make snd_card_disconnect() return void (diff) | |
download | wireguard-linux-73c5685c431a090152cbc9e45857feb207f0032f.tar.xz wireguard-linux-73c5685c431a090152cbc9e45857feb207f0032f.zip |
ALSA: core: Make snd_card_free_when_closed() return void
All callers from other files ignore the return value of this function.
And it can only ever return a non-zero value if the parameter card is NULL.
This cannot happen in snd_card_free() as card was dereferenced just before
snd_card_free_when_closed() is called. So the error handling can be dropped
there.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Geoff Levand <geoff@infradead.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230207191907.467756-3-u.kleine-koenig@pengutronix.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions