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

Commit 297c7b29 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4be31986 d8f126f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1443,7 +1443,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;