diff for duplicates of <1bf21293555e5f03a9806cc4d605ac60@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 0dd34ad..b47628d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -322,7 +322,7 @@ think there is a plan to introduce in new hardware also. >> > > + } >> > > + } >> > > + ->> > > + if (sink_valid == sink_config) { +>> > > + if (sink_valid = sink_config) { >> > > + pr_debug("WLED auto-calibration complete, default sink-config=%x >> > > OK!\n", >> > > + sink_config); @@ -451,8 +451,7 @@ think there is a plan to introduce in new hardware also. >> > > + 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 4c47cf0..d4ace24 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020180419155854.GW18510@minitux\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V1 4/4] qcom: spmi-wled: Add auto-calibration logic support\0" - "Date\0Fri, 20 Apr 2018 11:13:19 +0530\0" + "Date\0Fri, 20 Apr 2018 05:55:19 +0000\0" "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Cc\0linux-arm-msm@vger.kernel.org" Lee Jones <lee.jones@linaro.org> @@ -348,7 +348,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" @@ -477,8 +477,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" @@ -606,4 +605,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -912d3ee769b8bab6e99f810f1be6935fabd898db6a0ca6ebbc5a2bee33c0d6d0 +71ff5d350a6940ced1af2a0c7823f9678017858bff9ee9a2a00b1f000289f5cc
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.