From: Arnd Bergmann Date: Tue, 23 Jun 2009 20:52:51 +0000 (+0200) Subject: lib/checksum: fix one more thinko X-Git-Tag: v2.6.33-rc1~301^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5549ed163520787f76b7515dfe9d9aa1c7ae37;p=pandora-kernel.git lib/checksum: fix one more thinko When do_csum gets unaligned data, we really need to treat the first byte as an even byte, not an odd byte, because we swap the two halves later. Found by Mike's checksum-selftest module. Reported-by: Mike Frysinger Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed