[POWERPC] UPIO_TSI cleanup
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 00:39:45 +0000 (01:39 +0100)
committerPaul Mackerras <paulus@samba.org>
Tue, 26 Sep 2006 05:41:02 +0000 (15:41 +1000)
(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 <viro@zeniv.linux.org.uk>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found