NVMe: Fix admin IRQ claim on real hardware
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 20 Jan 2011 18:42:34 +0000 (13:42 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:51 +0000 (15:52 -0400)
The admin IRQ is supposed to use the pin-based (or single message MSI)
interrupt.  Accomplish this by filling in entry[0]'s vector with the
INTx irq number.

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

Simple merge