ALSA: harmony - fix a typo

Fix a typo in the patch to remove snd_assert().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Takashi Iwai 2008-09-01 19:45:58 +02:00 committed by Jaroslav Kysela
parent 631e8ad428
commit c86a456b25
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ snd_harmony_mixer_init(struct snd_harmony *h)
int idx, err;
if (snd_BUG_ON(!h))
reutrn -EINVAL;
return -EINVAL;
strcpy(card->mixername, "Harmony Gain control interface");
for (idx = 0; idx < HARMONY_CONTROLS; idx++) {