]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: cq_vector should be signed
authorJens Axboe <axboe@fb.com>
Thu, 15 Jan 2015 22:19:10 +0000 (15:19 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 15 Jan 2015 22:19:10 +0000 (15:19 -0700)
commitf957a9cd46dbfb7ea1532c4b32bb349dbd3cbcd5
tree11d3b7e05d7ab3c414b0bca6d5ec22a44fd6ce63
parent9715b301c94e26e270856c22f274915dba468681
NVMe: cq_vector should be signed

This was inadvertently dropped from an earlier commit, otherwise
the check against cq_vector == -1 to prevent double free doesn't
make any sense.

Fixes: ecb966df3785
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c