8 Feb
2023
8 Feb
'23
1:41 p.m.
On Tue, 07 Feb 2023 20:19:04 +0100, Uwe Kleine-König wrote:
Hello,
while checking in which cases hda_tegra_remove() can return a non-zero value, I found that actually cannot happen. This series makes the involved functions return void to make this obvious.
This is a preparation for making platform_driver::remove return void, too.
Best regards Uwe
Uwe Kleine-König (3): ALSA: core: Make snd_card_disconnect() return void ALSA: core: Make snd_card_free_when_closed() return void ALSA: core: Make snd_card_free() return void
Applied all three patches now. Thanks.
Takashi