diff for duplicates of <20170124093708.GV16020@dell> diff --git a/a/1.txt b/N1/1.txt index 312a200..10cd87a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,7 +48,7 @@ Applied with Thierry's crazy Ack. > 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; > + @@ -62,5 +62,5 @@ Applied with Thierry's crazy Ack. -- 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 ef098cf..23ba3f3 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\01482790896-29202-1-git-send-email-l.majewski@majess.pl\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_back\0" + "Subject\0Re: [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" "Date\0Tue, 24 Jan 2017 09:37:08 +0000\0" "To\0Lukasz Majewski <l.majewski@majess.pl>\0" "Cc\0Thierry Reding <thierry.reding@gmail.com>" @@ -65,7 +65,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" @@ -79,7 +79,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 -241017b605ba2694d90d2a33e3c68933f41a0ff0b85925f76b2b6335eb2eb54e +6246a7f36171fa79556397630a9354b8a84f21722e1f69e4fcef6cdcedd323a9
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.