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

Commit 3e3fb0c4 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

msm: adsprpc: remove debug message while getting device info



Remove printing of error message when getting device info fails,
to avoid flooding of kernel logs

Change-Id: If160c581159dff7c689207d5e62b885eef67e35d
Acked-by: default avatarAmol Mahesh <amahesh@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent b7a85f4d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2905,9 +2905,6 @@ static int fastrpc_get_info(struct fastrpc_file *fl, uint32_t *info)
			 */
			if (fl->apps->channel[cid].secure == SECURE_CHANNEL) {
				err = -EPERM;
				pr_err("adsprpc: GetInfo failed dev %d, cid %d, secure %d\n",
				  fl->dev_minor, cid,
					fl->apps->channel[cid].secure);
				goto bail;
			}
		}