Skip to content

Commit 2440724

Browse files
committed
alsactl: fix error message arguments (remove card)
Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent 6ffd9ed commit 2440724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alsactl/boot_params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ int boot_params_remove_card(int cardno)
810810

811811
err = boot_params_remove_card_config(group, cardno);
812812
if (err < 0) {
813-
error("Unable to remove card %d from group '%s': %s", group_id, cardno, snd_strerror(err));
813+
error("Unable to remove card %d from group '%s': %s", cardno, group_id, snd_strerror(err));
814814
continue;
815815
}
816816
if (err > 0)

0 commit comments

Comments
 (0)