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

Commit 9ba050d8 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: remove excesive logging from debugfs during smmu probing"

parents f902c046 80964215
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5159,8 +5159,6 @@ static int fastrpc_cb_probe(struct device *dev)
	}

	chan->sesscount++;
	debugfs_global_file = debugfs_create_file("global", 0644, debugfs_root,
							NULL, &debugfs_fops);
bail:
	return err;
}
@@ -5408,6 +5406,8 @@ static int __init fastrpc_device_init(void)
	int err = 0, i;

	debugfs_root = debugfs_create_dir("adsprpc", NULL);
	debugfs_global_file = debugfs_create_file("global", 0644, debugfs_root,
							NULL, &debugfs_fops);
	memset(me, 0, sizeof(*me));
	fastrpc_init(me);
	me->dev = NULL;