ASoC: topology: KUnit: Followup prototype change of snd_soc_unregister_card()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 22 Jun 2022 21:06:29 +0000 (23:06 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 23 Jun 2022 12:07:47 +0000 (13:07 +0100)
commitd5017d1323d45db14d1db3d348779264ffce9fb2
tree5195c9704875a0e16d2b16dca74aa3adea0d6324
parent55e77abab2eebabf99820c2b2b3f6cdce0adbcf3
ASoC: topology: KUnit: Followup prototype change of snd_soc_unregister_card()

snd_soc_unregister_card() was recently converted to return void. Only
the first instance was adapted, so convert the remaining ones now to fix
building the topology test.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 1892a991886a ("ASoC: core: Make snd_soc_unregister_card() return void")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20220622210629.286487-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology-test.c