示例#1
0
void tf_terminate(struct tf_comm *comm)
{
	dpr_info("%s(%p)\n", __func__, comm);

	spin_lock(&(comm->lock));

	tf_crypto_terminate();

	spin_unlock(&(comm->lock));
}
示例#2
0
void tf_terminate(struct tf_comm *comm)
{
	dprintk(KERN_INFO "tf_terminate(%p)\n", comm);

	spin_lock(&(comm->lock));

	tf_crypto_terminate();

	spin_unlock(&(comm->lock));
}