From: Tomoya Date: Sun, 12 Dec 2010 20:24:09 +0000 (+0000) Subject: pch_can: Fix endianness issue X-Git-Tag: v2.6.38-rc1~476^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac9702b9d5d81b819fc7d6b4f6abad22af01f3c;p=pandora-kernel.git pch_can: Fix endianness issue there is endianness issue both Tx and Rx. Currently, data is set like below. Register: MSB--LSB x x D0 D1 x x D2 D3 x x D4 D5 x x D6 D7 But Data to be sent must be set like below. Register: MSB--LSB x x D1 D0 x x D3 D2 x x D5 D4 x x D7 D6 (x means reserved area.) Signed-off-by: Tomoya MORINAGA Signed-off-by: David S. Miller --- Reading git-diff-tree failed