File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -295,13 +295,11 @@ void nvmet_execute_auth_send(struct nvmet_req *req)
295
295
status = 0 ;
296
296
}
297
297
goto done_kfree ;
298
- break ;
299
298
case NVME_AUTH_DHCHAP_MESSAGE_SUCCESS2 :
300
299
req -> sq -> authenticated = true;
301
300
pr_debug ("%s: ctrl %d qid %d ctrl authenticated\n" ,
302
301
__func__ , ctrl -> cntlid , req -> sq -> qid );
303
302
goto done_kfree ;
304
- break ;
305
303
case NVME_AUTH_DHCHAP_MESSAGE_FAILURE2 :
306
304
status = nvmet_auth_failure2 (d );
307
305
if (status ) {
@@ -312,15 +310,13 @@ void nvmet_execute_auth_send(struct nvmet_req *req)
312
310
status = 0 ;
313
311
}
314
312
goto done_kfree ;
315
- break ;
316
313
default :
317
314
req -> sq -> dhchap_status =
318
315
NVME_AUTH_DHCHAP_FAILURE_INCORRECT_MESSAGE ;
319
316
req -> sq -> dhchap_step =
320
317
NVME_AUTH_DHCHAP_MESSAGE_FAILURE2 ;
321
318
req -> sq -> authenticated = false;
322
319
goto done_kfree ;
323
- break ;
324
320
}
325
321
done_failure1 :
326
322
req -> sq -> dhchap_status = NVME_AUTH_DHCHAP_FAILURE_INCORRECT_MESSAGE ;
You can’t perform that action at this time.
0 commit comments