NVMe: Set number of queues correctly
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 11 Jan 2012 14:29:56 +0000 (07:29 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 11 Jan 2012 14:22:24 +0000 (09:22 -0500)
commitdf3481399042200792822b6243e36a95a557b57e
tree0d59f0f5dedb37abb0c988889976c0616a8a90e5
parent366e8217e5ec6ce9f73aec19c46d983110fb4a98
NVMe: Set number of queues correctly

The number of submission & completion queues should be set by calling
Set Features, not Get Features.

Reported-by: Kwok Kong <Kwok.Kong@idt.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c