All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <11211193771329@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index e49fd04..7147f01 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,8 +35,8 @@ diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c
  
 -	rn = cpu_to_le64(rn);
 -
- 	if (slave_count = dev->slave_count &&
--		rn && ((le64_to_cpu(rn) >> 56) & 0xff) = w1_calc_crc8((u8 *)&rn, 7)) {
-+		rn && ((rn >> 56) & 0xff) = w1_calc_crc8((u8 *)&rn_le, 7)) {
+ 	if (slave_count == dev->slave_count &&
+-		rn && ((le64_to_cpu(rn) >> 56) & 0xff) == w1_calc_crc8((u8 *)&rn, 7)) {
++		rn && ((rn >> 56) & 0xff) == w1_calc_crc8((u8 *)&rn_le, 7)) {
  		w1_attach_slave_device(dev, tmp);
  	}
diff --git a/a/content_digest b/N1/content_digest
index 9359d30..45a4399 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01121119377358@kroah.com\0"
- "From\0gregkh@suse.de (Greg KH)\0"
- "Subject\0[lm-sensors] [PATCH] w1: fix CRC calculation on bigendian platforms.\0"
- "Date\0Tue, 12 Jul 2005 00:04:33 +0000\0"
+ "From\0Greg KH <gregkh@suse.de>\0"
+ "Subject\0[PATCH] w1: fix CRC calculation on bigendian platforms.\0"
+ "Date\0Mon, 11 Jul 2005 15:02:57 -0700\0"
  "To\0linux-kernel@vger.kernel.org"
  " lm-sensors@lm-sensors.org\0"
  "Cc\0johnpol@2ka.mipt.ru\0"
@@ -44,10 +44,10 @@
  " \n"
  "-\trn = cpu_to_le64(rn);\n"
  "-\n"
- " \tif (slave_count = dev->slave_count &&\n"
- "-\t\trn && ((le64_to_cpu(rn) >> 56) & 0xff) = w1_calc_crc8((u8 *)&rn, 7)) {\n"
- "+\t\trn && ((rn >> 56) & 0xff) = w1_calc_crc8((u8 *)&rn_le, 7)) {\n"
+ " \tif (slave_count == dev->slave_count &&\n"
+ "-\t\trn && ((le64_to_cpu(rn) >> 56) & 0xff) == w1_calc_crc8((u8 *)&rn, 7)) {\n"
+ "+\t\trn && ((rn >> 56) & 0xff) == w1_calc_crc8((u8 *)&rn_le, 7)) {\n"
  " \t\tw1_attach_slave_device(dev, tmp);\n"
  " \t}"
 
-e7a9b2e8d66188a5300260ba8d36874a3851d0bd6f72344e3472b5b14a182803
+40962ff2b6a50a6064cf6a364a75e9b26112454f8013e2aa1b17ca96e4a62d4d

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.