diff for duplicates of <20161110081641.GP13127@dell> diff --git a/a/1.txt b/N1/1.txt index 97d58bf..ab57da5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -50,7 +50,7 @@ On Tue, 01 Nov 2016, Lukasz Majewski wrote: > 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; > + @@ -64,5 +64,5 @@ On Tue, 01 Nov 2016, Lukasz Majewski wrote: -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N1/content_digest index 7f662cc..74b84af 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" "ref\01477985147-18835-1-git-send-email-l.majewski@majess.pl\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_p\0" + "Subject\0Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" "Date\0Thu, 10 Nov 2016 08:16:41 +0000\0" "To\0Lukasz Majewski <l.majewski@majess.pl>\0" "Cc\0Thierry Reding <thierry.reding@gmail.com>" @@ -68,7 +68,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" @@ -82,7 +82,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \303\242\342\200\235\342\200\232 Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -07f6c20716a996c823b188d506e00d43ecc63e9bd663ecdb8ed739af5c7b8678 +5fb3ec19a2c04b840cf744d807e48db46ae2430454e46d03d527f92e1b8e4841
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.