ALSA: harmony - fix a typo
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2008 17:45:58 +0000 (19:45 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Sep 2008 08:33:55 +0000 (10:33 +0200)
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>
sound/parisc/harmony.c

index 774372fe34adb02a5d78686044c2de6e6cd59778..41f870f8a11d21390e1caa473326d659274e28fc 100644 (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++) {