Merge "asoc: codecs: wcd937x: Fix compile error"

This commit is contained in:
qctecmdr
2019-09-18 04:54:28 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -2322,7 +2322,8 @@ int wcd937x_info_create_codec_entry(struct snd_info_entry *codec_root,
"variant", "variant",
priv->entry); priv->entry);
if (!variant_entry) { if (!variant_entry) {
dev_dbg(codec->dev, "%s: failed to create wcd937x variant entry\n", dev_dbg(component->dev,
"%s: failed to create wcd937x variant entry\n",
__func__); __func__);
return -ENOMEM; return -ENOMEM;
} }