commit | 3f68baf706ec68c4120867c25bc439c845fe3e17 | [log] [tgz] |
---|---|---|
author | Keith Busch <kbusch@kernel.org> | Sat Dec 07 01:51:54 2019 +0900 |
committer | Keith Busch <kbusch@kernel.org> | Sat Dec 07 02:52:24 2019 +0900 |
tree | d4b8d28a41a1692e28c42911b22d2c14a1a63bb7 | |
parent | f6c4d97b0d82ed1240690c91f06214018b1531ef [diff] |
nvme/pci: Fix write and poll queue types The number of poll or write queues should never be negative. Use unsigned types so that it's not possible to break have the driver not allocate any queues. Reviewed-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Keith Busch <kbusch@kernel.org>