From: Andrew Morton I quuestion the testing status of that patch! Cc: Takashi Iwai Cc: Jaroslav Kysela Cc: Signed-off-by: Andrew Morton --- sound/soc/codecs/wm8750.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN sound/soc/codecs/wm8750.c~wm8750-typo-fix sound/soc/codecs/wm8750.c --- a/sound/soc/codecs/wm8750.c~wm8750-typo-fix +++ a/sound/soc/codecs/wm8750.c @@ -808,7 +808,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; _