diff for duplicates of <4712F576.3080005@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2200053..6050b63 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -173,10 +173,10 @@ diff -ruNp -X dontdiff -X exclude-diffs hwmon-fan-push-offset/drivers/hwmon/w836 - val = (superio_inb(WINB_BASE_REG) << 8) | - superio_inb(WINB_BASE_REG + 1); - *addr = val & WINB_ALIGNMENT; -- if (*addr = 0) { +- if (*addr == 0) { + val = superio_inw(gate, WINB_BASE_REG); + addr = val & WINB_ALIGNMENT; -+ if (addr = 0) { ++ if (addr == 0) { printk(KERN_WARNING DRVNAME ": Base address not set, " "skipping\n"); goto exit; @@ -292,12 +292,3 @@ diff -ruNp -X dontdiff -X exclude-diffs hwmon-fan-push-offset/drivers/hwmon/w836 platform_device_unregister(pdev); platform_driver_unregister(&w83627hf_driver); } - - - - - -_______________________________________________ -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 b2a6687..e9e40dd 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 2/5 ] SuperIO locks coordinator - use\0" - "Date\0Mon, 15 Oct 2007 05:07:02 +0000\0" + "Subject\0[ patch .24-rc0 2/5 ] SuperIO locks coordinator - use in hwmon/w83627hf\0" + "Date\0Sun, 14 Oct 2007 23:07:02 -0600\0" "To\0Linux kernel <linux-kernel@vger.kernel.org>" " LM Sensors <lm-sensors@lm-sensors.org>\0" "\00:1\0" @@ -180,10 +180,10 @@ "-\tval = (superio_inb(WINB_BASE_REG) << 8) |\n" "-\t superio_inb(WINB_BASE_REG + 1);\n" "-\t*addr = val & WINB_ALIGNMENT;\n" - "-\tif (*addr = 0) {\n" + "-\tif (*addr == 0) {\n" "+\tval = superio_inw(gate, WINB_BASE_REG);\n" "+\taddr = val & WINB_ALIGNMENT;\n" - "+\tif (addr = 0) {\n" + "+\tif (addr == 0) {\n" " \t\tprintk(KERN_WARNING DRVNAME \": Base address not set, \"\n" " \t\t \"skipping\\n\");\n" " \t\tgoto exit;\n" @@ -298,15 +298,6 @@ "+\t\tsuperio_release(gate);\n" " \tplatform_device_unregister(pdev);\n" " \tplatform_driver_unregister(&w83627hf_driver);\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 + } -b4bf09d5d0903c56536cfc5f7da26cb9d0444f3bcf36a1cd96871221e3620460 +be7774ed7cb3055b939f08750d839eac7d6948e0dc9f9dde79c450490e80f9a6
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.