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)); }
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)); }