diff for duplicates of <1307356845-10095-1-git-send-email-sdevrien@cisco.com> diff --git a/a/1.txt b/N1/1.txt index 23e256b..6888048 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -176,8 +176,8 @@ index 2f94f95..3977c50 100644 } } + } else -+ if (man_id = 0xA1) { /* NXP Semiconductor/Philips */ -+ if (chip_id = 0x00 && address >= 0x48 && address <= 0x4F) { ++ if (man_id == 0xA1) { /* NXP Semiconductor/Philips */ ++ if (chip_id == 0x00 && address >= 0x48 && address <= 0x4F) { + name = "sa56004"; + } } @@ -189,7 +189,7 @@ index 2f94f95..3977c50 100644 + if (data->flags & LM90_HAVE_LOCAL_EXT) { + data->reg_local_ext = lm90_params[data->kind].reg_local_ext; -+ WARN_ON(data->reg_local_ext = 0); ++ WARN_ON(data->reg_local_ext == 0); + } + /* Initialize the LM90 chip */ @@ -197,9 +197,3 @@ index 2f94f95..3977c50 100644 -- 1.7.3.3 - - -_______________________________________________ -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 729b2e5..a1cd264 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0sdevrien@cisco.com\0" - "Subject\0[lm-sensors] [PATCH v3] Add support for the Philips SA56004\0" - "Date\0Mon, 06 Jun 2011 10:40:45 +0000\0" + "Subject\0[PATCH v3] Add support for the Philips SA56004 temperature sensor.\0" + "Date\0Mon, 6 Jun 2011 12:40:45 +0200\0" "To\0khali@linux-fr.org" lm-sensors@lm-sensors.org " linux-kernel@vger.kernel.org\0" @@ -186,8 +186,8 @@ " \t\t\t}\n" " \t\t}\n" "+\t} else\n" - "+\tif (man_id = 0xA1) { /* NXP Semiconductor/Philips */\n" - "+\t\tif (chip_id = 0x00 && address >= 0x48 && address <= 0x4F) {\n" + "+\tif (man_id == 0xA1) { /* NXP Semiconductor/Philips */\n" + "+\t\tif (chip_id == 0x00 && address >= 0x48 && address <= 0x4F) {\n" "+\t\t\tname = \"sa56004\";\n" "+\t\t}\n" " \t}\n" @@ -199,19 +199,13 @@ " \n" "+\tif (data->flags & LM90_HAVE_LOCAL_EXT) {\n" "+\t\tdata->reg_local_ext = lm90_params[data->kind].reg_local_ext;\n" - "+\t\tWARN_ON(data->reg_local_ext = 0);\n" + "+\t\tWARN_ON(data->reg_local_ext == 0);\n" "+\t}\n" "+\n" " \t/* Initialize the LM90 chip */\n" " \tlm90_init_client(new_client);\n" " \n" "-- \n" - "1.7.3.3\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + 1.7.3.3 -e22fb4fef1f2c001d5ae481cc8c989842606133d10078600e4c74d144f6713d3 +135be8d55843e6a9e84eb18ca8d161b177ce2352965cb6be2c3cf6a004aa99b4
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.