diff for duplicates of <56A89DB1.2000200@profitbricks.com> diff --git a/a/1.txt b/N1/1.txt index f0f20ec..3b9740c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,7 +39,7 @@ On 27.01.2016 07:45, Huang Rui wrote: > You need add CPU family check and a comment to mention bit field > change. This updates since family 15h and model 60h. > -> if (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60) +> if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) I'm going to send a formal patch. Thank you. @@ -51,9 +51,3 @@ Thank you. -- Best regards, Gi-Oh Kim - - -_______________________________________________ -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 b7e9377..b67dd02 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\056A7511F.1050205@profitbricks.com\0" "ref\020160127064537.GA25036@hr-amur2\0" "From\0Gi-Oh Kim <gi-oh.kim@profitbricks.com>\0" - "Subject\0Re: [lm-sensors] [RFC] hwmon: (fam15h_power) Add bit masking for tdp_limit\0" - "Date\0Wed, 27 Jan 2016 10:36:33 +0000\0" + "Subject\0Re: [RFC] hwmon: (fam15h_power) Add bit masking for tdp_limit\0" + "Date\0Wed, 27 Jan 2016 11:36:33 +0100\0" "To\0Huang Rui <ray.huang@amd.com>\0" "Cc\0Guenter Roeck <linux@roeck-us.net>" lm-sensors@lm-sensors.org <lm-sensors@lm-sensors.org> @@ -53,7 +53,7 @@ "> You need add CPU family check and a comment to mention bit field\n" "> change. This updates since family 15h and model 60h.\n" ">\n" - "> if (boot_cpu_data.x86 = 0x15 && boot_cpu_data.x86_model >= 0x60)\n" + "> if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60)\n" "\n" "I'm going to send a formal patch.\n" "Thank you.\n" @@ -64,12 +64,6 @@ "\n" "-- \n" "Best regards,\n" - "Gi-Oh Kim\n" - "\n" - "\n" - "_______________________________________________\n" - "lm-sensors mailing list\n" - "lm-sensors@lm-sensors.org\n" - http://lists.lm-sensors.org/mailman/listinfo/lm-sensors + Gi-Oh Kim -27210da18245248271bb1c651ec02ffa6dcb321d41cb7f92b807280d93562ced +317aa2ecb081d75c19b0a5a852edca7b8dc8177d1b8f35fe3c9ee59a44c8c694
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.