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

Commit 088ec5cb authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

adsprpc: Do not print fastrpc channel opened messages



Adsprpc channel opened messages are flooding kernel log,
so do not print channel openend messages.

Change-Id: I862766d0ab9352d5718d9540a19f943050f772e5
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent b8f54403
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2791,9 +2791,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);