diff for duplicates of <000201d22d9f$22acb6c0$68062440$@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 1e7332f..d8034ff 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ of other patches. > bl->props.brightness = data->dft_brightness; > bl->props.power = initial_blank; > + -> + if (initial_blank = FB_BLANK_UNBLANK) { +> + if (initial_blank == FB_BLANK_UNBLANK) { > + for (i = 0; i < FB_MAX; i++) > + bl->fb_bl_on[i] = true; > + diff --git a/a/content_digest b/N1/content_digest index cea53df..5b903fb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01477169904-14997-1-git-send-email-l.majewski@majess.pl\0" "From\0Jingoo Han <jingoohan1@gmail.com>\0" - "Subject\0Re: [PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_prob\0" - "Date\0Mon, 24 Oct 2016 02:34:24 +0000\0" + "Subject\0Re: [PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" + "Date\0Sun, 23 Oct 2016 22:34:24 -0400\0" "To\0'Lukasz Majewski' <l.majewski@majess.pl>\0" "Cc\0'Thierry Reding' <thierry.reding@gmail.com>" 'Lee Jones' <lee.jones@linaro.org> @@ -72,7 +72,7 @@ "> \tbl->props.brightness = data->dft_brightness;\n" "> \tbl->props.power = initial_blank;\n" "> +\n" - "> +\tif (initial_blank = FB_BLANK_UNBLANK) {\n" + "> +\tif (initial_blank == FB_BLANK_UNBLANK) {\n" "> +\t\tfor (i = 0; i < FB_MAX; i++)\n" "> +\t\t\tbl->fb_bl_on[i] = true;\n" "> +\n" @@ -85,4 +85,4 @@ "> --\n" > 2.1.4 -c7d5d158a38b2d0df888fed8fd7a774930443e54df6ddb7c343fe15b5d8f043c +943a082ba8b47396f490a4de943454e0cf4a25283f70c2279b683bcbfef9cd10
diff --git a/a/1.txt b/N2/1.txt index 1e7332f..d8034ff 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -55,7 +55,7 @@ of other patches. > bl->props.brightness = data->dft_brightness; > bl->props.power = initial_blank; > + -> + if (initial_blank = FB_BLANK_UNBLANK) { +> + if (initial_blank == FB_BLANK_UNBLANK) { > + for (i = 0; i < FB_MAX; i++) > + bl->fb_bl_on[i] = true; > + diff --git a/a/content_digest b/N2/content_digest index cea53df..f1f3f19 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,15 +1,15 @@ "ref\01477169904-14997-1-git-send-email-l.majewski@majess.pl\0" "From\0Jingoo Han <jingoohan1@gmail.com>\0" - "Subject\0Re: [PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_prob\0" - "Date\0Mon, 24 Oct 2016 02:34:24 +0000\0" + "Subject\0Re: [PATCH] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" + "Date\0Sun, 23 Oct 2016 22:34:24 -0400\0" "To\0'Lukasz Majewski' <l.majewski@majess.pl>\0" "Cc\0'Thierry Reding' <thierry.reding@gmail.com>" 'Lee Jones' <lee.jones@linaro.org> 'Jean-Christophe Plagniol-Villard' <plagnioj@jcrosoft.com> 'Tomi Valkeinen' <tomi.valkeinen@ti.com> - linux-pwm@vger.kernel.org - linux-fbdev@vger.kernel.org - linux-kernel@vger.kernel.org + <linux-pwm@vger.kernel.org> + <linux-fbdev@vger.kernel.org> + <linux-kernel@vger.kernel.org> 'Fabio Estevam' <fabio.estevam@nxp.com> 'Fabio Estevam' <festevam@gmail.com> " 'Liu Ying' <Ying.Liu@freescale.com>\0" @@ -72,7 +72,7 @@ "> \tbl->props.brightness = data->dft_brightness;\n" "> \tbl->props.power = initial_blank;\n" "> +\n" - "> +\tif (initial_blank = FB_BLANK_UNBLANK) {\n" + "> +\tif (initial_blank == FB_BLANK_UNBLANK) {\n" "> +\t\tfor (i = 0; i < FB_MAX; i++)\n" "> +\t\t\tbl->fb_bl_on[i] = true;\n" "> +\n" @@ -85,4 +85,4 @@ "> --\n" > 2.1.4 -c7d5d158a38b2d0df888fed8fd7a774930443e54df6ddb7c343fe15b5d8f043c +adf173cb94351ba1d4e6c677b5fa6260943b9df4fb31ad2fd34fffe0afa480b3
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.