aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8750.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8750.c')
-rw-r--r--sound/soc/codecs/wm8750.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 1f11ad24551a..1ae670a98c5c 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -798,7 +798,7 @@ static int wm8750_init(struct snd_soc_device *socdev)
798 codec->set_bias_level = wm8750_set_bias_level; 798 codec->set_bias_level = wm8750_set_bias_level;
799 codec->dai = &wm8750_dai; 799 codec->dai = &wm8750_dai;
800 codec->num_dai = 1; 800 codec->num_dai = 1;
801 codec->reg_cache_size = sizeof(wm8750_reg); 801 codec->reg_cache_size = ARRAY_SIZE(wm8750_reg);
802 codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KERNEL); 802 codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_KERNEL);
803 if (codec->reg_cache == NULL) 803 if (codec->reg_cache == NULL)
804 return -ENOMEM; 804 return -ENOMEM;