Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
de317aafca
commit
a2fa71affa
762 changed files with 7536 additions and 1096 deletions
|
@ -661,6 +661,12 @@ static int do_action_endpoint(enum action action, nvme_mi_ep_t ep, int argc, cha
|
|||
case ACTION_CONFIG_SET:
|
||||
rc = do_config_set(ep, argc, argv);
|
||||
break;
|
||||
default:
|
||||
/* This shouldn't be possible, as we should be covering all
|
||||
* of the enum action options above. Hoever, keep the compilers
|
||||
* happy and fail gracefully. */
|
||||
fprintf(stderr, "invalid action %d?\n", action);
|
||||
rc = -1;
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue