diff for duplicates of <abe98bd822f8c7bab80f9ec9afb34d9b@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 011fa0c..061e229 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ from being damaged. >> +{ >> + s64 elapsed_time_us; >> + ->> + if (*wled->version == WLED_PM8941) +>> + if (*wled->version = WLED_PM8941) >> + return false; >> + /* >> + * Check if the OVP fault was an occasional one @@ -49,8 +49,7 @@ from being damaged. >> + 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; >> + } @@ -64,7 +63,7 @@ from being damaged. >> + int rc; >> + u32 fault_status = 0, rt_status = 0; >> + ->> + if (*wled->version == WLED_PM8941) +>> + if (*wled->version = WLED_PM8941) >> + return 0; > > cfg.auto_detection_enabled will be false in this case, so there's no diff --git a/a/content_digest b/N1/content_digest index ef9b4a4..7bb5611 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020180507181044.GE2259@tuxbook-pro\0" "From\0kgunda@codeaurora.org\0" "Subject\0Re: [PATCH V1 5/5] backlight: qcom-wled: Add auto string detection logic\0" - "Date\0Wed, 09 May 2018 12:44:29 +0530\0" + "Date\0Wed, 09 May 2018 07:26:29 +0000\0" "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Cc\0Lee Jones <lee.jones@linaro.org>" Daniel Thompson <daniel.thompson@linaro.org> @@ -50,7 +50,7 @@ ">> +{\n" ">> +\ts64 elapsed_time_us;\n" ">> +\n" - ">> +\tif (*wled->version == WLED_PM8941)\n" + ">> +\tif (*wled->version = WLED_PM8941)\n" ">> +\t\treturn false;\n" ">> +\t/*\n" ">> +\t * Check if the OVP fault was an occasional one\n" @@ -68,8 +68,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" @@ -83,7 +82,7 @@ ">> +\tint rc;\n" ">> +\tu32 fault_status = 0, rt_status = 0;\n" ">> +\n" - ">> +\tif (*wled->version == WLED_PM8941)\n" + ">> +\tif (*wled->version = WLED_PM8941)\n" ">> +\t\treturn 0;\n" "> \n" "> cfg.auto_detection_enabled will be false in this case, so there's no\n" @@ -241,4 +240,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -34b9cccdb4a74d40fc13f5180266339b5d0b2b5ba8eb35c7e6106acfd990d44e +a7281e1a04ff8cae81db23579dfe0f8409cb5e8dcecf2e30688d2105b720cff8
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.