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

Commit 2f151367 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

asoc: codecs: wcd937x: Fix compile error



Use proper dev handle in print to avoid compile error.

Change-Id: Ieca116199ec4c86f2ee8c1698285fff0ecababbf
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 018a0615
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2316,7 +2316,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;
	}