linux/sound/soc/atmel
Uwe Kleine-König c1d51c27d2
ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes
many driver authors wrongly assume it's possible to do error handling by
returning an error code. However the value returned is (mostly) ignored
and this typically results in resource leaks. To improve here there is a
quest to make the remove callback return void. In the first step of this
quest all drivers are converted to .remove_new() which already returns
void.

Trivially convert this driver from always returning zero in the remove
callback to the void returning variant.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20230315150745.67084-30-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-03-20 13:07:24 +00:00
..
atmel_ssc_dai.c ASoC: atmel_ssc_dai: Remove the unneeded result variable 2022-08-23 13:04:51 +01:00
atmel_ssc_dai.h
atmel_wm8904.c ASoC: atmel: atmel_wm8904: Convert to platform remove callback returning void 2023-03-20 13:07:20 +00:00
atmel-classd.c ASoC: atmel-classd: Drop empty platform remove function 2022-12-25 23:32:43 +00:00
atmel-classd.h
atmel-i2s.c ASoC: atmel: atmel-i2s: Convert to platform remove callback returning void 2023-03-20 13:07:19 +00:00
atmel-pcm-dma.c
atmel-pcm-pdc.c
atmel-pcm.h
atmel-pdmic.c ASoC: atmel-pdmic: Drop empty platform remove function 2022-12-25 23:32:44 +00:00
atmel-pdmic.h
Kconfig ASoC: wm8731: Factor out the I2C and SPI bus code into separate modules 2022-04-04 08:39:32 +01:00
Makefile ASoC: atmel: mchp-pdmc: add PDMC driver 2022-03-08 13:38:59 +00:00
mchp-i2s-mcc.c ASoC: atmel: mchp-i2s-mcc: Convert to platform remove callback returning void 2023-03-20 13:07:21 +00:00
mchp-pdmc.c ASoC: atmel: mchp-pdmc: Convert to platform remove callback returning void 2023-03-20 13:07:22 +00:00
mchp-spdifrx.c ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning void 2023-03-20 13:07:23 +00:00
mchp-spdiftx.c ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning void 2023-03-20 13:07:24 +00:00
mikroe-proto.c ASoC: core: Make snd_soc_unregister_card() return void 2022-06-22 13:39:34 +01:00
sam9g20_wm8731.c ASoC: sam9g20ek: Disable capture unless building with microphone input 2023-02-28 13:59:55 +00:00
sam9x5_wm8731.c ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe 2022-03-16 16:39:19 +00:00
tse850-pcm5142.c