diff --git a/[refs] b/[refs] index eb069fd00d27..c2f48e197fd2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 631e8ad428c45ba7ab34df91d1db6cb7bf74d526 +refs/heads/master: c86a456b25695974ddba9833ab8e4f853bcdd995 diff --git a/trunk/sound/parisc/harmony.c b/trunk/sound/parisc/harmony.c index 774372fe34ad..41f870f8a11d 100644 --- a/trunk/sound/parisc/harmony.c +++ b/trunk/sound/parisc/harmony.c @@ -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++) {