From: Evgeniy Polyakov Date: Thu, 30 Jun 2005 18:52:38 +0000 (+0400) Subject: [PATCH] w1: fix CRC calculation on bigendian platforms. X-Git-Tag: v2.6.13-rc3~59^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e65f82814e9828d3ff54988de9e7c0b36794daa;p=pandora-kernel.git [PATCH] w1: fix CRC calculation on bigendian platforms. In the 2.6.13-rc1 code the "rn" structure is in the wrong-endianness when passed to w1_attach_slave_device(). This causes problems like the family and crc being swapped around. Signed-off-by: Roger Blofeld Signed-off-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed