ALSA: ppc: fix unused function local variable
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 9 Feb 2023 00:25:48 +0000 (09:25 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Feb 2023 07:04:36 +0000 (08:04 +0100)
commit86bdfa267a222c85f95664208e039b94e2ac913b
tree0486db17496fdec106702fbb0ae4b380af5b1eff
parent25a5a77ae0bc55376cac8eedd138669ca2e3699a
ALSA: ppc: fix unused function local variable

The function local variable is not used anymore, while it is left.

This commit deletes it.

Fixes: 25a5a77ae0bc ("ALSA: core: Make snd_card_free() return void")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20230209104823.45899e76@canb.auug.org.au/
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20230209002548.94496-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/snd_ps3.c