From: Al Viro Date: Fri, 21 Dec 2007 06:20:23 +0000 (+0000) Subject: typhoon: endianness bug in tx/rx byte counters X-Git-Tag: v2.6.24-rc7~40^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73eac0640ebfb30fee99e06ee029444af0d7ae8d;p=pandora-kernel.git typhoon: endianness bug in tx/rx byte counters txBytes and rxBytesGood are both 64bit; using le32_to_cpu() won't work on big-endian for obvious reasons. Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed