Эх сурвалжийг харах

Merge "ASoC: Remove excess logs in compress driver"

Linux Build Service Account 7 жил өмнө
parent
commit
67b3ea5933

+ 2 - 2
asoc/msm-compress-q6-v2.c

@@ -2610,8 +2610,8 @@ static int msm_compr_pointer(struct snd_compr_stream *cstream,
 		tstamp.copied_total = prtd->received_total;
 	first_buffer = prtd->first_buffer;
 	if (atomic_read(&prtd->error)) {
-		pr_err("%s Got RESET EVENTS notification, return error\n",
-			__func__);
+		pr_err_ratelimited("%s Got RESET EVENTS notification, return error\n",
+				   __func__);
 		if (cstream->direction == SND_COMPRESS_PLAYBACK)
 			runtime->total_bytes_transferred = tstamp.copied_total;
 		else