From: Christian Lamparter Date: Fri, 3 Jul 2009 19:01:15 +0000 (+0200) Subject: p54: two endian fixes X-Git-Tag: v2.6.32-rc1~703^2~664 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7eee06b874a02e2de75727ab21a8747ca6309ff;p=pandora-kernel.git p54: two endian fixes This patch fixes all CHECK_ENDIAN complains: 1. p54/fwio.c:296:6: warning: restricted __le32 degrades to integer p54/fwio.c:296:6: warning: restricted __le32 degrades to integer 2. p54/p54spi.c:172:32: warning: incorrect type in initializer p54spi.c:172:32: expected restricted __le32 [usertype] buffer p54/p54spi.c:172:32: got unsigned int Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed