diff options
Diffstat (limited to 'sound/soc/codecs/wm8904.c')
-rw-r--r-- | sound/soc/codecs/wm8904.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index f7c549949c54..e2792980ecf2 100644 --- a/sound/soc/codecs/wm8904.c +++ b/sound/soc/codecs/wm8904.c | |||
@@ -2013,12 +2013,8 @@ static void wm8904_handle_pdata(struct snd_soc_codec *codec) | |||
2013 | /* We need an array of texts for the enum API */ | 2013 | /* We need an array of texts for the enum API */ |
2014 | wm8904->drc_texts = kmalloc(sizeof(char *) | 2014 | wm8904->drc_texts = kmalloc(sizeof(char *) |
2015 | * pdata->num_drc_cfgs, GFP_KERNEL); | 2015 | * pdata->num_drc_cfgs, GFP_KERNEL); |
2016 | if (!wm8904->drc_texts) { | 2016 | if (!wm8904->drc_texts) |
2017 | dev_err(codec->dev, | ||
2018 | "Failed to allocate %d DRC config texts\n", | ||
2019 | pdata->num_drc_cfgs); | ||
2020 | return; | 2017 | return; |
2021 | } | ||
2022 | 2018 | ||
2023 | for (i = 0; i < pdata->num_drc_cfgs; i++) | 2019 | for (i = 0; i < pdata->num_drc_cfgs; i++) |
2024 | wm8904->drc_texts[i] = pdata->drc_cfgs[i].name; | 2020 | wm8904->drc_texts[i] = pdata->drc_cfgs[i].name; |