Skip to content

Commit

Permalink
ALSA: harmony - fix a typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tiwai authored and perexg committed Sep 4, 2008
1 parent 631e8ad commit c86a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/parisc/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit c86a456

Please sign in to comment.