Skip to content

Commit 86bdfa2

Browse files
takaswietiwai
authored andcommitted
ALSA: ppc: fix unused function local variable
The function local variable is not used anymore, while it is left. This commit deletes it. Fixes: 25a5a77 ("ALSA: core: Make snd_card_free() return void") Reported-by: Stephen Rothwell <[email protected]> Link: https://lore.kernel.org/r/[email protected]/ Cc: Uwe Kleine-König <[email protected]> Signed-off-by: Takashi Sakamoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 25a5a77 commit 86bdfa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/ppc/snd_ps3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ static int snd_ps3_driver_probe(struct ps3_system_bus_device *dev)
10461046
/* called when module removal */
10471047
static void snd_ps3_driver_remove(struct ps3_system_bus_device *dev)
10481048
{
1049-
int ret;
10501049
pr_info("%s:start id=%d\n", __func__, dev->match_id);
10511050

10521051
/*

0 commit comments

Comments
 (0)