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

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

Merge "msm: qdsp6v2: convert superfluous pr_err to pr_debug"

parents a7ac16d8 c164a8a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ int msm_audio_ion_import(const char *name, struct ion_client **client,
	bufsz should be 0 and fd shouldn't be 0 as of now
	*/
	*handle = ion_import_dma_buf(*client, fd);
	pr_err("%s: DMA Buf name=%s, fd=%d handle=%p\n", __func__,
	pr_debug("%s: DMA Buf name=%s, fd=%d handle=%p\n", __func__,
							name, fd, *handle);
	if (IS_ERR_OR_NULL((void *) (*handle))) {
		pr_err("%s: ion import dma buffer failed\n",