All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <27aa7ff8f7e0cd8fdca5d3ee17bb1ef4@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 3f79e04..60ef557 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -253,7 +253,7 @@ Sure. I will do it in the next series.
 >>  	if (rc)
 >>  		return rc;
 >> 
->> +	if (*wled->version == WLED_PM8941) {
+>> +	if (*wled->version = WLED_PM8941) {
 > 
 > This would be better expressed with a select statement. And rather than
 > keeping track of every single version just stick to 3 and 4, if there
@@ -266,8 +266,8 @@ I will modify it in the next series.
 >> +			dev_err(&pdev->dev, "wled3_setup failed\n");
 >> +			return rc;
 >> +		}
->> +	} else if (*wled->version == WLED_PMI8998 ||
->> +			*wled->version == WLED_PM660L) {
+>> +	} else if (*wled->version = WLED_PMI8998 ||
+>> +			*wled->version = WLED_PM660L) {
 >> +		rc = wled4_setup(wled);
 >> +		if (rc) {
 >> +			dev_err(&pdev->dev, "wled4_setup failed\n");
diff --git a/a/content_digest b/N1/content_digest
index ddf0e47..87f6ef2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020180620051417.GI15126@tuxbook-pro\0"
  "From\0kgunda@codeaurora.org\0"
  "Subject\0Re: [PATCH V3 5/7] backlight: qcom-wled: Add support for WLED4 peripheral\0"
- "Date\0Wed, 20 Jun 2018 16:30:35 +0530\0"
+ "Date\0Wed, 20 Jun 2018 11:12:35 +0000\0"
  "To\0Bjorn Andersson <bjorn.andersson@linaro.org>\0"
  "Cc\0jingoohan1@gmail.com"
   lee.jones@linaro.org
@@ -272,7 +272,7 @@
  ">>  \tif (rc)\n"
  ">>  \t\treturn rc;\n"
  ">> \n"
- ">> +\tif (*wled->version == WLED_PM8941) {\n"
+ ">> +\tif (*wled->version = WLED_PM8941) {\n"
  "> \n"
  "> This would be better expressed with a select statement. And rather than\n"
  "> keeping track of every single version just stick to 3 and 4, if there\n"
@@ -285,8 +285,8 @@
  ">> +\t\t\tdev_err(&pdev->dev, \"wled3_setup failed\\n\");\n"
  ">> +\t\t\treturn rc;\n"
  ">> +\t\t}\n"
- ">> +\t} else if (*wled->version == WLED_PMI8998 ||\n"
- ">> +\t\t\t*wled->version == WLED_PM660L) {\n"
+ ">> +\t} else if (*wled->version = WLED_PMI8998 ||\n"
+ ">> +\t\t\t*wled->version = WLED_PM660L) {\n"
  ">> +\t\trc = wled4_setup(wled);\n"
  ">> +\t\tif (rc) {\n"
  ">> +\t\t\tdev_err(&pdev->dev, \"wled4_setup failed\\n\");\n"
@@ -322,4 +322,4 @@
  "> the body of a message to majordomo@vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-741b2e3ae98fc8e8039d8ab3e508bfa808bf49a4e39490e90da0c3627fed8508
+6adb99462e12bcfc620665ae5029aaaea7d7f4c0b22137570a9e7faffecec734

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.