NVMe: Reduce set_queue_count arguments by one
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 20 Jan 2011 14:14:34 +0000 (09:14 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:51 +0000 (15:52 -0400)
sq_count and cq_count are always the same, so just call it 'count'.

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

Simple merge