diff for duplicates of <f93eafc1faadc1e0357d24cba7392fad@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index c1093f9..9e5bbe7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -279,7 +279,7 @@ system to go in to bad state. >> + } >> + } >> + ->> + if (sink_valid == sink_config) { +>> + if (sink_valid = sink_config) { >> + pr_debug("WLED auto-detection complete, default sink-config=%x >> OK!\n", >> + sink_config); @@ -386,7 +386,7 @@ Will remove it in the next series. >> +{ >> + s64 elapsed_time_us; >> + ->> + if (*wled->version == WLED_PM8941 || +>> + if (*wled->version = WLED_PM8941 || >> !wled->cfg.auto_detection_enabled) > > Ensure that auto_detection_enabled can't be enabled for pm8941, so that @@ -411,8 +411,7 @@ I will change it in the next series. >> + else >> + wled->auto_detection_ovp_count++; >> + ->> + if (wled->auto_detection_ovp_count >= ->> + WLED_AUTO_DETECT_OVP_COUNT) { +>> + if (wled->auto_detection_ovp_count >>> + WLED_AUTO_DETECT_OVP_COUNT) { >> + wled->auto_detection_ovp_count = 0; >> + return true; >> + } diff --git a/a/content_digest b/N1/content_digest index 717f36e..34b9ed7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020180620062256.GK15126@tuxbook-pro\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V3 7/7] backlight: qcom-wled: Add auto string detection logic\0" - "Date\0Wed, 20 Jun 2018 18:07:39 +0530\0" + "Date\0Wed, 20 Jun 2018 12:49:39 +0000\0" "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Cc\0jingoohan1@gmail.com" lee.jones@linaro.org @@ -298,7 +298,7 @@ ">> +\t\t}\n" ">> +\t}\n" ">> +\n" - ">> +\tif (sink_valid == sink_config) {\n" + ">> +\tif (sink_valid = sink_config) {\n" ">> +\t\tpr_debug(\"WLED auto-detection complete, default sink-config=%x \n" ">> OK!\\n\",\n" ">> +\t\t\t sink_config);\n" @@ -405,7 +405,7 @@ ">> +{\n" ">> +\ts64 elapsed_time_us;\n" ">> +\n" - ">> +\tif (*wled->version == WLED_PM8941 || \n" + ">> +\tif (*wled->version = WLED_PM8941 || \n" ">> !wled->cfg.auto_detection_enabled)\n" "> \n" "> Ensure that auto_detection_enabled can't be enabled for pm8941, so that\n" @@ -430,8 +430,7 @@ ">> +\t\telse\n" ">> +\t\t\twled->auto_detection_ovp_count++;\n" ">> +\n" - ">> +\t\tif (wled->auto_detection_ovp_count >=\n" - ">> +\t\t\t\tWLED_AUTO_DETECT_OVP_COUNT) {\n" + ">> +\t\tif (wled->auto_detection_ovp_count >>> +\t\t\t\tWLED_AUTO_DETECT_OVP_COUNT) {\n" ">> +\t\t\twled->auto_detection_ovp_count = 0;\n" ">> +\t\t\treturn true;\n" ">> +\t\t}\n" @@ -516,4 +515,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -2499bbd0d22312ae4b29df1f3071465e8d2a2bebe3a473341ea013ae43ca1783 +e2b9fe716d6d4e2e2e977ea4a03ff7bea9ce18ecbd3d6d1dbc435e9871203193
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.