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

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

Merge "rmnet_ctl: enable IPC logging"

parents e87877cb 05ac1acb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -135,6 +135,8 @@ void *rmnet_ctl_register_client(struct rmnet_ctl_client_hooks *hook)

	spin_unlock(&client_lock);

	rmnet_ctl_set_dbgfs(true);

	return client;
}
EXPORT_SYMBOL(rmnet_ctl_register_client);
@@ -157,6 +159,8 @@ int rmnet_ctl_unregister_client(void *handle)
	synchronize_rcu();
	kfree(client);

	rmnet_ctl_set_dbgfs(false);

	return 0;
}
EXPORT_SYMBOL(rmnet_ctl_unregister_client);