diff for duplicates of <20180419155854.GW18510@minitux> diff --git a/a/1.txt b/N1/1.txt index 26b203c..944ee4a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -299,7 +299,7 @@ Bjorn > > > + } > > > + } > > > + -> > > + if (sink_valid == sink_config) { +> > > + if (sink_valid = sink_config) { > > > + pr_debug("WLED auto-calibration complete, default sink-config=%x > > > OK!\n", > > > + sink_config); @@ -428,8 +428,7 @@ Bjorn > > > + 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 6b21bb9..ca85727 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0d5ab425e78957fd59145f7d49fd897e6@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\0Thu, 19 Apr 2018 08:58:54 -0700\0" + "Date\0Thu, 19 Apr 2018 15:58:54 +0000\0" "To\0kgunda@codeaurora.org\0" "Cc\0linux-arm-msm@vger.kernel.org" Lee Jones <lee.jones@linaro.org> @@ -324,7 +324,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" @@ -453,8 +453,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" @@ -575,4 +574,4 @@ "> > the body of a message to majordomo@vger.kernel.org\n" > > More majordomo info at http://vger.kernel.org/majordomo-info.html -27650e54c12e4906f22deb8d9d99e00f2be017d3d6ea418a244484d8ef1dff41 +9bed78e4ccdd2f7dd871cba40ab553b7242140f21b764bb13f982394fd3aacb2
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.