+ ret = nvme_auth_process_dhchap_success1(ctrl, chap); + if (ret) { + /* Controller authentication failed */ + goto fail2; + } + v5 had 'if (ret < 0) [' here.
Right, thanks.
+ ret = nvme_auth_process_dhchap_success1(ctrl, chap); + if (ret) { + /* Controller authentication failed */ + goto fail2; + } + v5 had 'if (ret < 0) [' here.
Right, thanks.