diff for duplicates of <20180507170652.GC2259@tuxbook-pro> diff --git a/a/1.txt b/N1/1.txt index f193d55..d1d6f88 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -238,7 +238,7 @@ property. > + int rc = 0; > + > + /* PM8941 doesn't have the short detection support */ -> + if (*wled->version == WLED_PM8941) +> + if (*wled->version = WLED_PM8941) > + return 0; If you attempt to acquire the "short" irq first in this function you diff --git a/a/content_digest b/N1/content_digest index ff20d7c..aa44a90 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01525341432-15818-4-git-send-email-kgunda@codeaurora.org\0" "From\0Bjorn Andersson <bjorn.andersson@linaro.org>\0" "Subject\0Re: [PATCH V1 3/5] backlight: qcom-wled: Add support for short circuit handling\0" - "Date\0Mon, 7 May 2018 10:06:52 -0700\0" + "Date\0Mon, 07 May 2018 17:06:52 +0000\0" "To\0Kiran Gunda <kgunda@codeaurora.org>\0" "Cc\0Lee Jones <lee.jones@linaro.org>" Daniel Thompson <daniel.thompson@linaro.org> @@ -255,7 +255,7 @@ "> +\tint rc = 0;\n" "> +\n" "> +\t/* PM8941 doesn't have the short detection support */\n" - "> +\tif (*wled->version == WLED_PM8941)\n" + "> +\tif (*wled->version = WLED_PM8941)\n" "> +\t\treturn 0;\n" "\n" "If you attempt to acquire the \"short\" irq first in this function you\n" @@ -327,4 +327,4 @@ "Regards,\n" Bjorn -c890581faf22fdd5836808298d7862fc74c15e007dfdc4e226380855341b8154 +cec2163e16238694cf48f5daedd5edd4f22344190c292ff4eeac17464cda910d
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.