diff for duplicates of <d5ab425e78957fd59145f7d49fd897e6@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index f56efd4..deb5544 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -277,7 +277,7 @@ will address it in the next series. >> + } >> + } >> + ->> + if (sink_valid == sink_config) { +>> + if (sink_valid = sink_config) { >> + pr_debug("WLED auto-calibration complete, default sink-config=%x >> OK!\n", >> + sink_config); @@ -407,8 +407,7 @@ Will correct it in the next series. >> + else >> + wled->auto_calibration_ovp_count++; >> + ->> + if (wled->auto_calibration_ovp_count >= ->> + WLED_AUTO_CAL_OVP_COUNT) { +>> + if (wled->auto_calibration_ovp_count >>> + WLED_AUTO_CAL_OVP_COUNT) { >> + wled->auto_calibration_ovp_count = 0; >> + return true; >> + } diff --git a/a/content_digest b/N1/content_digest index 5c27d81..1f2ce8a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020171205054004.GG28761@minitux\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V1 4/4] qcom: spmi-wled: Add auto-calibration logic support\0" - "Date\0Thu, 19 Apr 2018 16:15:44 +0530\0" + "Date\0Thu, 19 Apr 2018 10:57:44 +0000\0" "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Cc\0linux-arm-msm@vger.kernel.org" Lee Jones <lee.jones@linaro.org> @@ -301,7 +301,7 @@ ">> +\t\t}\n" ">> +\t}\n" ">> +\n" - ">> +\tif (sink_valid == sink_config) {\n" + ">> +\tif (sink_valid = sink_config) {\n" ">> +\t\tpr_debug(\"WLED auto-calibration complete, default sink-config=%x \n" ">> OK!\\n\",\n" ">> +\t\t\t\t\t\tsink_config);\n" @@ -431,8 +431,7 @@ ">> +\t\telse\n" ">> +\t\t\twled->auto_calibration_ovp_count++;\n" ">> +\n" - ">> +\t\tif (wled->auto_calibration_ovp_count >=\n" - ">> +\t\t\t\tWLED_AUTO_CAL_OVP_COUNT) {\n" + ">> +\t\tif (wled->auto_calibration_ovp_count >>> +\t\t\t\tWLED_AUTO_CAL_OVP_COUNT) {\n" ">> +\t\t\twled->auto_calibration_ovp_count = 0;\n" ">> +\t\t\treturn true;\n" ">> +\t\t}\n" @@ -553,4 +552,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -36f3184fd1e367dce3b7ab36ace5f42c9dc7b365dd01810680f4f46cccc1a28f +9d35113c53eb6c9cc0f16d1a790d1f3dc8b3d05a665519dd9120573c94a8d2a2
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.