All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20050115163045.2e636632.khali@linux-fr.org>

diff --git a/a/1.txt b/N1/1.txt
index 0c1e4d0..661757b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -64,7 +64,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org>
 -	 * disable pwm control to protect the user. */
 -	enable_pwm_interface = 1;
 -	tmp = it87_read_value(new_client, IT87_REG_FAN_CTL);
--	if ((tmp & 0x87) = 0) {
+-	if ((tmp & 0x87) == 0) {
 -		enable_pwm_interface = 0;
 -		dev_info(&new_client->dev,
 -			"detected broken BIOS defaults, disabling pwm interface");
@@ -84,7 +84,7 @@ Signed-off-by: Jean Delvare <khali@linux-fr.org>
 +	 * and polarity set to active low is sign that this is the case so we
 +	 * disable pwm control to protect the user. */
 +	int tmp = it87_read_value(client, IT87_REG_FAN_CTL);
-+	if ((tmp & 0x87) = 0) {
++	if ((tmp & 0x87) == 0) {
 +		if (fix_pwm_polarity) {
 +			/* The user asks us to attempt a chip reconfiguration.
 +			 * This means switching to active high polarity and
diff --git a/a/content_digest b/N1/content_digest
index c731ec3..52eacf5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020050113232904.GC2458@kroah.com\0"
  "ref\0g7Idbr9m.1105713630.9207120.khali@localhost\0"
- "From\0khali@linux-fr.org (Jean Delvare)\0"
+ "From\0Jean Delvare <khali@linux-fr.org>\0"
  "Subject\0[PATCH 2.6] I2C: Allow it87 pwm reconfiguration\0"
- "Date\0Thu, 19 May 2005 06:25:31 +0000\0"
+ "Date\0Sat, 15 Jan 2005 16:30:45 +0100\0"
  "To\0Simone Piunno <pioppo@ferrara.linux.it>"
  " Greg KH <greg@kroah.com>\0"
  "Cc\0LM Sensors <sensors@stimpy.netroedge.com>"
@@ -77,7 +77,7 @@
  "-\t * disable pwm control to protect the user. */\n"
  "-\tenable_pwm_interface = 1;\n"
  "-\ttmp = it87_read_value(new_client, IT87_REG_FAN_CTL);\n"
- "-\tif ((tmp & 0x87) = 0) {\n"
+ "-\tif ((tmp & 0x87) == 0) {\n"
  "-\t\tenable_pwm_interface = 0;\n"
  "-\t\tdev_info(&new_client->dev,\n"
  "-\t\t\t\"detected broken BIOS defaults, disabling pwm interface\");\n"
@@ -97,7 +97,7 @@
  "+\t * and polarity set to active low is sign that this is the case so we\n"
  "+\t * disable pwm control to protect the user. */\n"
  "+\tint tmp = it87_read_value(client, IT87_REG_FAN_CTL);\n"
- "+\tif ((tmp & 0x87) = 0) {\n"
+ "+\tif ((tmp & 0x87) == 0) {\n"
  "+\t\tif (fix_pwm_polarity) {\n"
  "+\t\t\t/* The user asks us to attempt a chip reconfiguration.\n"
  "+\t\t\t * This means switching to active high polarity and\n"
@@ -157,4 +157,4 @@
  "Jean Delvare\n"
  http://khali.linux-fr.org/
 
-9bcecaa8b0f32f0a009556d3e048460f55eb9630db924262d62ffe405ef1f68b
+18a5297d24c6c535fa6fa229fa4588178a64bb4458a07fd57e4f47e9214d41a7

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.