]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soundwire: Make remove function return no value
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Mon, 15 Dec 2025 17:49:25 +0000 (18:49 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 23 Dec 2025 06:42:49 +0000 (12:12 +0530)
commit478f3890709a092a97a0218f61af19ac9b725573
tree132dbc99fa1b056885c347960596e50e9ac27f04
parent59946373755d71dbd7614ba235e0093159f80b69
soundwire: Make remove function return no value

All remove functions return zero and the driver core ignores any other
returned value (just emits a warning about it being ignored). So make all
remove callbacks return void instead of an ignored int. This is in line
with most other subsystems.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20251215174925.1327021-5-u.kleine-koenig@baylibre.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
25 files changed:
drivers/soundwire/bus_type.c
include/linux/soundwire/sdw.h
sound/soc/codecs/cs35l56-sdw.c
sound/soc/codecs/cs42l42-sdw.c
sound/soc/codecs/max98373-sdw.c
sound/soc/codecs/pm4125-sdw.c
sound/soc/codecs/rt1017-sdca-sdw.c
sound/soc/codecs/rt1308-sdw.c
sound/soc/codecs/rt1316-sdw.c
sound/soc/codecs/rt1318-sdw.c
sound/soc/codecs/rt1320-sdw.c
sound/soc/codecs/rt5682-sdw.c
sound/soc/codecs/rt700-sdw.c
sound/soc/codecs/rt711-sdca-sdw.c
sound/soc/codecs/rt711-sdw.c
sound/soc/codecs/rt712-sdca-dmic.c
sound/soc/codecs/rt712-sdca-sdw.c
sound/soc/codecs/rt715-sdca-sdw.c
sound/soc/codecs/rt715-sdw.c
sound/soc/codecs/rt721-sdca-sdw.c
sound/soc/codecs/rt722-sdca-sdw.c
sound/soc/codecs/tas2783-sdw.c
sound/soc/codecs/wcd937x-sdw.c
sound/soc/codecs/wcd938x-sdw.c
sound/soc/codecs/wcd939x-sdw.c