---
 sound/soc/codecs/wm8750.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21/sound/soc/codecs/wm8750.c
===================================================================
--- linux-2.6.21.orig/sound/soc/codecs/wm8750.c	2007-05-30 10:24:32.000000000 +0100
+++ linux-2.6.21/sound/soc/codecs/wm8750.c	2007-05-30 10:26:00.000000000 +0100
@@ -809,7 +809,7 @@ static int wm8750_init(struct snd_soc_de
 	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;
 
