diff for duplicates of <10793913932371@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 18ff8c8..cd7e1be 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -178,7 +178,7 @@ diff -Nru a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c + + /* Check if temperature channnels are reset manually or by some reason */ + tmp = it87_read_value(client, IT87_REG_TEMP_ENABLE); -+ if ((tmp & 0x3f) = 0) { ++ if ((tmp & 0x3f) == 0) { + /* Temp1,Temp3=thermistor; Temp2=thermal diode */ + tmp = (tmp & 0xc0) | 0x2a; + it87_write_value(client, IT87_REG_TEMP_ENABLE, tmp); @@ -187,14 +187,14 @@ diff -Nru a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c + + /* Check if voltage monitors are reset manually or by some reason */ + tmp = it87_read_value(client, IT87_REG_VIN_ENABLE); -+ if ((tmp & 0xff) = 0) { ++ if ((tmp & 0xff) == 0) { + /* Enable all voltage monitors */ + it87_write_value(client, IT87_REG_VIN_ENABLE, 0xff); + } + + /* Check if tachometers are reset manually or by some reason */ + tmp = it87_read_value(client, IT87_REG_FAN_CTRL); -+ if ((tmp & 0x70) = 0) { ++ if ((tmp & 0x70) == 0) { + /* Enable all fan tachometers */ + tmp = (tmp & 0x8f) | 0x70; + it87_write_value(client, IT87_REG_FAN_CTRL, tmp); diff --git a/a/content_digest b/N1/content_digest index 3df7c86..199f5ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010793913921925@kroah.com\0" - "ref\010793913903814@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] i2c driver fixes for 2.6.4\0" - "Date\0Thu, 19 May 2005 06:24:47 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] i2c driver fixes for 2.6.4\0" + "Date\0Mon, 15 Mar 2004 14:56:33 -0800\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -187,7 +186,7 @@ "+\n" "+\t/* Check if temperature channnels are reset manually or by some reason */\n" "+\ttmp = it87_read_value(client, IT87_REG_TEMP_ENABLE);\n" - "+\tif ((tmp & 0x3f) = 0) {\n" + "+\tif ((tmp & 0x3f) == 0) {\n" "+\t\t/* Temp1,Temp3=thermistor; Temp2=thermal diode */\n" "+\t\ttmp = (tmp & 0xc0) | 0x2a;\n" "+\t\tit87_write_value(client, IT87_REG_TEMP_ENABLE, tmp);\n" @@ -196,14 +195,14 @@ "+\n" "+\t/* Check if voltage monitors are reset manually or by some reason */\n" "+\ttmp = it87_read_value(client, IT87_REG_VIN_ENABLE);\n" - "+\tif ((tmp & 0xff) = 0) {\n" + "+\tif ((tmp & 0xff) == 0) {\n" "+\t\t/* Enable all voltage monitors */\n" "+\t\tit87_write_value(client, IT87_REG_VIN_ENABLE, 0xff);\n" "+\t}\n" "+\n" "+\t/* Check if tachometers are reset manually or by some reason */\n" "+\ttmp = it87_read_value(client, IT87_REG_FAN_CTRL);\n" - "+\tif ((tmp & 0x70) = 0) {\n" + "+\tif ((tmp & 0x70) == 0) {\n" "+\t\t/* Enable all fan tachometers */\n" "+\t\ttmp = (tmp & 0x8f) | 0x70;\n" "+\t\tit87_write_value(client, IT87_REG_FAN_CTRL, tmp);\n" @@ -226,4 +225,4 @@ " \n" module_init(sm_it87_init); -39eaca4a1b45d8f56c27c81e8daf324f60b24ce9013170095152624ab3278603 +656296bb75c62fb9efb6c6cb7bbe45436509202b4bb3bc21a8f03cb155efc319
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.