All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090302210106.GD6550@plum>

diff --git a/a/1.txt b/N1/1.txt
index 357f5ae..ef7f220 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,7 +30,7 @@ index 96a7018..1802366 100644
 --- a/drivers/hwmon/lm90.c
 +++ b/drivers/hwmon/lm90.c
 @@ -776,7 +776,12 @@ static int lm90_detect(struct i2c_client *new_client, int kind,
- 			 && (reg_config1 & 0x3f) = 0x00
+ 			 && (reg_config1 & 0x3f) == 0x00
  			 && reg_convrate <= 0x07) {
  				kind = max6646;
 -			}
@@ -38,13 +38,8 @@ index 96a7018..1802366 100644
 +			/* The MAX6648/6692 chips have a working man/chip id
 +			 * and the same register set as the 6657.
 +			 */
-+			if (chip_id = 0x59 && address = 0x4C)
++			if (chip_id == 0x59 && address == 0x4C)
 +				kind = max6657;
  		}
  
  		if (kind <= 0) { /* identification failed */
-
-_______________________________________________
-lm-sensors mailing list
-lm-sensors@lm-sensors.org
-http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index e028651..4ead2a2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Darrick J. Wong <djwong@us.ibm.com>\0"
- "Subject\0[lm-sensors] [PATCH] lm90: Support the MAX6648/6692 chips\0"
- "Date\0Mon, 02 Mar 2009 21:01:06 +0000\0"
+ "Subject\0[PATCH] lm90: Support the MAX6648/6692 chips\0"
+ "Date\0Mon, 2 Mar 2009 13:01:06 -0800\0"
  "To\0Jean Delvare <khali@linux-fr.org>"
  " Andrew Morton <akpm@linux-foundation.org>\0"
  "Cc\0linux-kernel <linux-kernel@vger.kernel.org>"
@@ -39,7 +39,7 @@
  "--- a/drivers/hwmon/lm90.c\n"
  "+++ b/drivers/hwmon/lm90.c\n"
  "@@ -776,7 +776,12 @@ static int lm90_detect(struct i2c_client *new_client, int kind,\n"
- " \t\t\t && (reg_config1 & 0x3f) = 0x00\n"
+ " \t\t\t && (reg_config1 & 0x3f) == 0x00\n"
  " \t\t\t && reg_convrate <= 0x07) {\n"
  " \t\t\t\tkind = max6646;\n"
  "-\t\t\t}\n"
@@ -47,15 +47,10 @@
  "+\t\t\t/* The MAX6648/6692 chips have a working man/chip id\n"
  "+\t\t\t * and the same register set as the 6657.\n"
  "+\t\t\t */\n"
- "+\t\t\tif (chip_id = 0x59 && address = 0x4C)\n"
+ "+\t\t\tif (chip_id == 0x59 && address == 0x4C)\n"
  "+\t\t\t\tkind = max6657;\n"
  " \t\t}\n"
  " \n"
- " \t\tif (kind <= 0) { /* identification failed */\n"
- "\n"
- "_______________________________________________\n"
- "lm-sensors mailing list\n"
- "lm-sensors@lm-sensors.org\n"
- http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
+ " \t\tif (kind <= 0) { /* identification failed */"
 
-4fc25fe79206046aa72ff1e320491662a25db57c35288fe62cefb9970fb4ff02
+ceab10e4a1bbe267202008e621f5e99e7169fdf0a072fb093c86dfbe0f467a09

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.