diff for duplicates of <20180807054544.GD23866@tuxbook-pro> diff --git a/a/1.txt b/N1/1.txt index 79350e2..51b2da8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -151,7 +151,7 @@ Bjorn > + sink_en |= 1 << temp; > + } > + -> + if (sink_cfg == sink_en) +> + if (sink_cfg = sink_en) > + return 0; > + > + rc = regmap_update_bits(wled->regmap, @@ -386,7 +386,7 @@ Bjorn > + > for (i = 0; i < size; ++i) { > rc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val); -> if (rc == -EINVAL) { +> if (rc = -EINVAL) { > @@ -492,6 +734,14 @@ static int wled_probe(struct platform_device *pdev) > } > break; diff --git a/a/content_digest b/N1/content_digest index b161c0b..5524a3e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01531131741-19971-7-git-send-email-kgunda@codeaurora.org\0" "From\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Subject\0Re: [PATCH V4 6/8] backlight: qcom-wled: Add support for WLED4 peripheral\0" - "Date\0Mon, 6 Aug 2018 22:45:44 -0700\0" + "Date\0Tue, 07 Aug 2018 05:45:44 +0000\0" "To\0Kiran Gunda <kgunda@codeaurora.org>\0" "Cc\0jingoohan1@gmail.com" lee.jones@linaro.org @@ -173,7 +173,7 @@ "> +\t\tsink_en |= 1 << temp;\n" "> +\t}\n" "> +\n" - "> +\tif (sink_cfg == sink_en)\n" + "> +\tif (sink_cfg = sink_en)\n" "> +\t\treturn 0;\n" "> +\n" "> +\trc = regmap_update_bits(wled->regmap,\n" @@ -408,7 +408,7 @@ "> +\n" "> \tfor (i = 0; i < size; ++i) {\n" "> \t\trc = of_property_read_u32(dev->of_node, u32_opts[i].name, &val);\n" - "> \t\tif (rc == -EINVAL) {\n" + "> \t\tif (rc = -EINVAL) {\n" "> @@ -492,6 +734,14 @@ static int wled_probe(struct platform_device *pdev)\n" "> \t\t}\n" "> \t\tbreak;\n" @@ -438,4 +438,4 @@ "> a Linux Foundation Collaborative Project\n" > -94a33ff0fcc9d6665aae386c8f65ae2bd3bb5f624a6414e4f14fae6a7166eecb +3f0517fa1cb67dc6b772ba01d2314775246971099d2d9ede2d6c345df972f902
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.