diff for duplicates of <20100403170917.GA11397@srcf.ucam.org> diff --git a/a/1.txt b/N1/1.txt index 6622625..922bb60 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -173,7 +173,7 @@ tree. > + int shift = dimm * 8; > + int temp = (value & (0xff << shift)) >> shift; > + -> + if (!temp || temp = 0xff) +> + if (!temp || temp == 0xff) > + return -1; > + > + return temp * 1000; @@ -459,8 +459,3 @@ tree. > -- Matthew Garrett | mjg59@srcf.ucam.org - -_______________________________________________ -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 7366243..669e447 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01260546750-6206-1-git-send-email-mjg@redhat.com\0" "From\0Matthew Garrett <mjg59@srcf.ucam.org>\0" - "Subject\0Re: [lm-sensors] [PATCH] hwmon: Add driver for intel PCI thermal\0" - "Date\0Sat, 03 Apr 2010 17:09:17 +0000\0" + "Subject\0Re: [PATCH] hwmon: Add driver for intel PCI thermal subsystem\0" + "Date\0Sat, 3 Apr 2010 18:09:17 +0100\0" "To\0lm-sensors@lm-sensors.org\0" "Cc\0linux-kernel@vger.kernel.org" " khali@linux-fr.org\0" @@ -182,7 +182,7 @@ "> +\tint shift = dimm * 8;\n" "> +\tint temp = (value & (0xff << shift)) >> shift;\n" "> +\n" - "> +\tif (!temp || temp = 0xff)\n" + "> +\tif (!temp || temp == 0xff)\n" "> +\t\treturn -1;\n" "> +\n" "> +\treturn temp * 1000;\n" @@ -467,11 +467,6 @@ "> Please read the FAQ at http://www.tux.org/lkml/\n" "> \n" "-- \n" - "Matthew Garrett | mjg59@srcf.ucam.org\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Matthew Garrett | mjg59@srcf.ucam.org -8518a1dc1d669c283663e84abaf57f9131a051c59ebbd805e92360e78152c596 +d017fcd34826d1c92f6e0dd7df65e6528d8a231e1209b8b87e7b2ed910994cf1
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.