From: Al Viro Date: Sat, 23 Sep 2006 00:39:45 +0000 (+0100) Subject: [POWERPC] UPIO_TSI cleanup X-Git-Tag: v2.6.19-rc1~219^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e84b60ed87f5fe2dce10be2db1bfbb926a49e66;p=pandora-kernel.git [POWERPC] UPIO_TSI cleanup (le32_to_cpu(x) >> 8) & 0xff is a very odd way to spell (x >> 16) & 0xff, even if that code is hit only on ppc. The value is host-endian - we've got it from readl(), after all... Signed-off-by: Al Viro Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed