From: Al Viro Date: Wed, 19 Mar 2008 16:27:48 +0000 (+0000) Subject: drivers/char/rocket portability fixes X-Git-Tag: v2.6.25-rc7~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457fb605834504af294916411be128a9b21fc3f6;p=pandora-kernel.git drivers/char/rocket portability fixes unsigned long != __le32, TYVM, and unsigned char[4] is not guaranteed to be aligned for u32. While we are at it, sanitize sOutDW() a bit - have it take Byte_t * and handle dereferencing internally. NB: sWriteTxPrioByte() is almost certainly buggered on big-endian and is missing cpu_to_le16() on assignments to *WordPtr; I've left it alone for now. Signed-off-by: Al Viro Acked-by: "Theodore Ts'o" Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed