diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2020-06-17 14:21:56 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2020-06-23 15:46:08 +0100 |
commit | d38253cf8b44e3b94a5b327d014ab035ae1126ed (patch) | |
tree | 7bf997905bfd4a4533b601a89f5486e2a5294f6a /softmmu | |
parent | 2446e0e2e9c9aaa5f8e8c7ef9a41fe8516054831 (diff) |
block/nvme: drop tautologous assertion
nvme_process_completion() explicitly checks cid so the assertion that
follows is always true:
if (cid == 0 || cid > NVME_QUEUE_SIZE) {
...
continue;
}
assert(cid <= NVME_QUEUE_SIZE);
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200617132201.1832152-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'softmmu')
0 files changed, 0 insertions, 0 deletions