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

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

Merge "ASoC: msm: update prints in machine driver"

parents 896adcfe 34c3b86e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1194,7 +1194,7 @@ static void msm_mi2s_snd_shutdown(struct snd_pcm_substream *substream)
	}
	if (atomic_read(&pdata->mclk_rsc_ref) > 0) {
		atomic_dec(&pdata->mclk_rsc_ref);
		pr_err("%s: decrementing mclk_res_ref %d\n",
		pr_debug("%s: decrementing mclk_res_ref %d\n",
				__func__, atomic_read(&pdata->mclk_rsc_ref));
	}
}
@@ -2694,8 +2694,6 @@ codec_dai:
				ret = -ENODEV;
				goto err;
			}
			pr_err("%s: codec dai %s failed\n",
					__func__, dai_link[i].codec_name);
			dai_link[i].codec_of_node = phandle;
			dai_link[i].codec_name = NULL;
		}