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

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

Merge "adsprpc: Do not print fastrpc channel opened messages"

parents 7a60d730 088ec5cb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2810,9 +2810,6 @@ static int fastrpc_channel_open(struct fastrpc_file *fl)
			err = -ENOTCONN;
			goto bail;
		}
		pr_info("'opened /dev/%s c %d %d'\n", gcinfo[cid].name,
						MAJOR(me->dev_no), cid);

		if (cid == ADSP_DOMAIN_ID && me->channel[cid].ssrcount !=
				 me->channel[cid].prevssrcount) {
			mutex_lock(&fl->map_mutex);