diff for duplicates of <20100905184751.4fe7bc09@hyperion.delvare> diff --git a/a/1.txt b/N1/1.txt index e64a235..6bcd34b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,15 +28,10 @@ On Fri, 3 Sep 2010 05:01:32 +0200, Guillem Jover wrote: > - conf = ~(1 << FAN_CTRL_LINEAR(nr)); > + conf &= ~(1 << FAN_CTRL_LINEAR(nr)); > -> if (val = 0) +> if (val == 0) > conf |= (1 << FAN_CTRL_LINEAR(nr)) ; Applied, thanks. -- Jean Delvare - -_______________________________________________ -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 66cf1cb..953afba 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020100903030132.GA16049@gaara.hadrons.org\0" "From\0Jean Delvare <khali@linux-fr.org>\0" - "Subject\0Re: [lm-sensors] [PATCH 2/2] hwmon: (f75375s) Do not overwrite\0" - "Date\0Sun, 05 Sep 2010 16:47:51 +0000\0" + "Subject\0Re: [lm-sensors] [PATCH 2/2] hwmon: (f75375s) Do not overwrite values read from registers\0" + "Date\0Sun, 5 Sep 2010 18:47:51 +0200\0" "To\0Guillem Jover <guillem@hadrons.org>\0" "Cc\0Riku Voipio <riku.voipio@iki.fi>" linux-kernel@vger.kernel.org @@ -38,17 +38,12 @@ "> -\tconf = ~(1 << FAN_CTRL_LINEAR(nr));\n" "> +\tconf &= ~(1 << FAN_CTRL_LINEAR(nr));\n" "> \n" - "> \tif (val = 0)\n" + "> \tif (val == 0)\n" "> \t\tconf |= (1 << FAN_CTRL_LINEAR(nr)) ;\n" "\n" "Applied, thanks.\n" "\n" "-- \n" - "Jean Delvare\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Jean Delvare -fc68efd767b018a0aa72872a06b40db2d5eace7de5b69b1a69c57a472eb293c2 +6a4d863ddf3b7b4405f91499a96de3f6745fd6ba82e32a7ba6df0f57d91ea6b5
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.