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

Commit d8f126f8 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ASoC: wcd9335: add function name as part of logging print



Add __func__ to identify the print easily in logs.

Change-Id: Ia50292e3b4c9a35ecbfae661ae1b43ccfce7c1d8
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 266cc964
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1439,7 +1439,8 @@ static void tasha_wcd_mbhc_calc_impedance(struct wcd_mbhc *mbhc, uint32_t *zl,
	s16 *d1 = NULL;

	if (!TASHA_IS_2_0(wcd9xxx->version)) {
		dev_dbg(codec->dev, "Z-det is not supported for this codec version\n");
		dev_dbg(codec->dev, "%s: Z-det is not supported for this codec version\n",
					__func__);
		*zl = 0;
		*zr = 0;
		return;