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

Commit 6f21351d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: remove debug message while getting device info"

parents 71a5d7ed 3e3fb0c4
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;
			}
		}