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)
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>

No differences found