NVMe: Don't probe namespace 0
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 7 Oct 2011 17:10:13 +0000 (13:10 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:04 +0000 (15:53 -0400)
commit2b2c1896871838cdf549442e8ad0264be5fa74e3
treeabbc2838e424b93f49a0f08dd885690f8cafa15b
parent0d1bc9125890426b52ca2de6abedd32e31722e5c
NVMe: Don't probe namespace 0

ECN 001 documented that namespace 0 is not valid.  Sending an Identify
with CNS of 0 and Namespace of 0 is an undefined command.

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