diff for duplicates of <4712F59A.2030803@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 026082e..09f5cef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -140,7 +140,7 @@ diff -ruNp -X dontdiff -X exclude-diffs hwmon-fan-push-offset/drivers/hwmon/pc87 @@ -866,8 +856,8 @@ static int __init pc87360_find(int sioad addresses[i] = val; - if (i=0) { /* Fans */ + if (i==0) { /* Fans */ - confreg[0] = superio_inb(sioaddr, 0xF0); - confreg[1] = superio_inb(sioaddr, 0xF1); + confreg[0] = superio_inb(gate, 0xF0); @@ -150,10 +150,10 @@ diff -ruNp -X dontdiff -X exclude-diffs hwmon-fan-push-offset/drivers/hwmon/pc87 printk(KERN_DEBUG "pc87360: Fan 1: mon=%d " @@ -882,12 +872,12 @@ static int __init pc87360_find(int sioad #endif - } else if (i=1) { /* Voltages */ + } else if (i==1) { /* Voltages */ /* Are we using thermistors? */ -- if (*devid = 0xE9) { /* PC87366 */ -+ if (devid = 0xE9) { /* PC87366 */ +- if (*devid == 0xE9) { /* PC87366 */ ++ if (devid == 0xE9) { /* PC87366 */ /* These registers are not logical-device specific, just that we won't need them if we don't use the VLM device */ @@ -188,21 +188,3 @@ diff -ruNp -X dontdiff -X exclude-diffs hwmon-fan-push-offset/drivers/hwmon/pc87 /* Arbitrarily pick one of the addresses */ for (i = 0; i < 3; i++) { - - - - - - - - - - - - - - -_______________________________________________ -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 e6eb0ae..9fa1e87 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Jim Cromie <jim.cromie@gmail.com>\0" - "Subject\0[lm-sensors] [ patch .24-rc0 3/5 ] SuperIO locks coordinator - use\0" - "Date\0Mon, 15 Oct 2007 05:07:38 +0000\0" + "Subject\0[ patch .24-rc0 3/5 ] SuperIO locks coordinator - use in hwmon/pc87360\0" + "Date\0Sun, 14 Oct 2007 23:07:38 -0600\0" "To\0Linux kernel <linux-kernel@vger.kernel.org>" " LM Sensors <lm-sensors@lm-sensors.org>\0" "\00:1\0" @@ -147,7 +147,7 @@ "@@ -866,8 +856,8 @@ static int __init pc87360_find(int sioad\n" " \t\taddresses[i] = val;\n" " \n" - " \t\tif (i=0) { /* Fans */\n" + " \t\tif (i==0) { /* Fans */\n" "-\t\t\tconfreg[0] = superio_inb(sioaddr, 0xF0);\n" "-\t\t\tconfreg[1] = superio_inb(sioaddr, 0xF1);\n" "+\t\t\tconfreg[0] = superio_inb(gate, 0xF0);\n" @@ -157,10 +157,10 @@ " \t\t\tprintk(KERN_DEBUG \"pc87360: Fan 1: mon=%d \"\n" "@@ -882,12 +872,12 @@ static int __init pc87360_find(int sioad\n" " #endif\n" - " \t\t} else if (i=1) { /* Voltages */\n" + " \t\t} else if (i==1) { /* Voltages */\n" " \t\t\t/* Are we using thermistors? */\n" - "-\t\t\tif (*devid = 0xE9) { /* PC87366 */\n" - "+\t\t\tif (devid = 0xE9) { /* PC87366 */\n" + "-\t\t\tif (*devid == 0xE9) { /* PC87366 */\n" + "+\t\t\tif (devid == 0xE9) { /* PC87366 */\n" " \t\t\t\t/* These registers are not logical-device\n" " \t\t\t\t specific, just that we won't need them if\n" " \t\t\t\t we don't use the VLM device */\n" @@ -194,24 +194,6 @@ "-\t}\n" " \n" " \t/* Arbitrarily pick one of the addresses */\n" - " \tfor (i = 0; i < 3; i++) {\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + " \tfor (i = 0; i < 3; i++) {" -485c7f51dab755dbca313af335afc85c8dfb5e59a90a589654dd8a988d20fbeb +4952b73884488c35db7eadd192106695080f2c6aecfa6fa9bcaa7e0f45693901
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.