diff options
author | Chaitanya Kulkarni <[email protected]> | 2021-02-24 17:56:37 -0800 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2021-04-02 18:48:25 +0200 |
commit | 76affbe6d608490c6c762428b6a0748c9b797a1e (patch) | |
tree | 8dd430613975fe588cd7299e74ac8beb61bdae6b /tools/perf/scripts/python/flamegraph.py | |
parent | 05fae499a944a6d7e2fbd60a7966d407bdb82967 (diff) |
nvmet: remove a duplicate status assignment in nvmet_alloc_ctrl
In the function nvmet_alloc_ctrl() we assign status value before we
call nvmet_fine_get_subsys() to:
status = NVME_SC_CONNECT_INVALID_PARAM | NVME_SC_DNR;
After we successfully find the subsystem we again set the status value
to:
status = NVME_SC_CONNECT_INVALID_PARAM | NVME_SC_DNR;
Remove the duplicate status assignment value.
Signed-off-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions