]> git.sur5r.net Git - u-boot/commit
nvme: Remove dead codes in nvme_setup_io_queues()
authorBin Meng <bmeng.cn@gmail.com>
Sat, 2 Sep 2017 15:15:37 +0000 (08:15 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 19:30:34 +0000 (15:30 -0400)
commit9e18eae2760d20f04f97ce190036e0c6ee67e43d
treeff45fb51419af40c57336beee9f6955b2907f557
parent52a5690efb034c16e1a81b4124c55aa27e3e0138
nvme: Remove dead codes in nvme_setup_io_queues()

Execution cannot reach this statement: "nr_io_queues = result;"

Reported-by: Coverity (CID: 166731)
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/nvme/nvme.c