diff for duplicates of <20171205054004.GG28761@minitux> diff --git a/a/1.txt b/N1/1.txt index c95e863..cb6371e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -249,7 +249,7 @@ makes me wonder why it's done differently in qcom_wled_module_enable(). > + } > + } > + -> + if (sink_valid == sink_config) { +> + if (sink_valid = sink_config) { > + pr_debug("WLED auto-calibration complete, default sink-config=%x OK!\n", > + sink_config); > + } else { @@ -372,8 +372,7 @@ never going to do anything in the OVP handler. > + 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 d511817..f6f6a3f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01510834717-21765-5-git-send-email-kgunda@codeaurora.org\0" "From\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Subject\0Re: [PATCH V1 4/4] qcom: spmi-wled: Add auto-calibration logic support\0" - "Date\0Mon, 4 Dec 2017 21:40:04 -0800\0" + "Date\0Tue, 05 Dec 2017 05:40:04 +0000\0" "To\0Kiran Gunda <kgunda@codeaurora.org>\0" "Cc\0linux-arm-msm@vger.kernel.org" Lee Jones <lee.jones@linaro.org> @@ -272,7 +272,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 OK!\\n\",\n" "> +\t\t\t\t\t\tsink_config);\n" "> +\t} else {\n" @@ -395,8 +395,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" @@ -503,4 +502,4 @@ "Regards,\n" Bjorn -90580783cbce202a3a283e8b981a120ce6ed1c8dff496b05ec90d31e60d3b3b8 +85609237b88264a6d65bcb8265d79714fa7401af5283bacef0e6e52104250036
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.