We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d9486 commit 616add7Copy full SHA for 616add7
drivers/nvme/host/auth.c
@@ -757,12 +757,11 @@ static void nvme_queue_auth_work(struct work_struct *work)
757
__func__, chap->qid);
758
mutex_lock(&ctrl->dhchap_auth_mutex);
759
ret = nvme_auth_dhchap_setup_host_response(ctrl, chap);
760
+ mutex_unlock(&ctrl->dhchap_auth_mutex);
761
if (ret) {
- mutex_unlock(&ctrl->dhchap_auth_mutex);
762
chap->error = ret;
763
goto fail2;
764
}
765
766
767
/* DH-HMAC-CHAP Step 3: send reply */
768
dev_dbg(ctrl->device, "%s: qid %d send reply\n",
0 commit comments