[ALSA] wm8750 typo fix
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 5 May 2007 10:02:25 +0000 (12:02 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 11 May 2007 14:56:15 +0000 (16:56 +0200)
I quuestion the testing status of that patch!

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/soc/codecs/wm8750.c

index 7073e8e294fc5fdfdf5f0c6ea97f8811e98bcd99..28684eeda73845dd4a68745860f19c8631a465cf 100644 (file)
@@ -808,7 +808,7 @@ static int wm8750_init(struct snd_soc_device *socdev)
        codec->dai = &wm8750_dai;
        codec->num_dai = 1;
        codec->reg_cache_size = sizeof(wm8750_reg);
-       codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KRENEL);
+       codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KERNEL);
        if (codec->reg_cache == NULL)
                return -ENOMEM;