From: Holger Schurig Date: Fri, 7 Dec 2007 15:30:44 +0000 (+0000) Subject: libertas: endianness fixes X-Git-Tag: v2.6.25-rc1~1162^2~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2df2efe96742b78454acdffe6d278ae334fc838;p=pandora-kernel.git libertas: endianness fixes Recently I found that that sparse by default doesn't endianness checks. So I changed my compilation habit to be make modules C=1 SUBDIRS=drivers/net/wireless/libertas CHECKFLAGS="-D__CHECK_ENDIAN__" so that I get the little-endian checks from sparse as well. That showed up a good bunch of problems. Signed-off-by: Holger Schurig Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed