From: Matthew Wilcox Date: Tue, 16 Apr 2013 19:18:30 +0000 (-0400) Subject: NVMe: Fix I/O cancellation status on big-endian machines X-Git-Tag: v3.10-rc1~21^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2d9ca744af5e03390eeb3864d08ce75c860899;p=pandora-kernel.git 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 --- Reading git-diff-tree failed