Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33de3277 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4710d04f 2f151367
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2322,7 +2322,8 @@ int wcd937x_info_create_codec_entry(struct snd_info_entry *codec_root,
						   "variant",
						   priv->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__);
		return -ENOMEM;
	}