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

Commit c164a8a6 authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

msm: qdsp6v2: convert superfluous pr_err to pr_debug



Drivers should be silent under normal operation, however there is
currently a pr_err on a non-error path in the qdsp6v2 code. Convert it
to a pr_debug.

Change-Id: I0a4f0f51d0a21ef63f386cc7a831587b219e930d
Signed-off-by: default avatarMitchel Humpherys <mitchelh@codeaurora.org>
parent 94c52e4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -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",