]> git.baikalelectronics.ru Git - uboot.git/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)
commitf036568d81e7c2031dca77cb3dedfac0022965f0
treeff45fb51419af40c57336beee9f6955b2907f557
parentcdb4714e9cd84e720e75b1a2b876ac33885c8864
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