NVMe: Fix I/O cancellation status on big-endian machines
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 16 Apr 2013 19:18:30 +0000 (15:18 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 16 Apr 2013 19:18:30 +0000 (15:18 -0400)
commitaf2d9ca744af5e03390eeb3864d08ce75c860899
treed48e137992f653142be69cdb4b2a35885b9b6347
parent8741ee4cb6268fdb1bf22a396382004e97210f38
NVMe: Fix I/O cancellation status on big-endian machines

The sparse bitwise checks pointed out that I needed to shift the status
before changing its endianness, not after.

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