i2c-pmcmsp: Fix endianness misannotation
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 11 Dec 2008 11:11:20 +0000 (12:11 +0100)
committerJean Delvare <khali@linux-fr.org>
Thu, 11 Dec 2008 11:11:20 +0000 (12:11 +0100)
tmp is used as host-endian and is loaded from a be64, fix the cast and the
endian accessor used.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found