diff for duplicates of <20161110074707.GL13127@dell> diff --git a/a/1.txt b/N1/1.txt index ac0c76c..c69d135 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -68,7 +68,7 @@ Ball is in Jingoo's court. > > > > 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; > > > > + @@ -89,5 +89,5 @@ Ball is in Jingoo's court. -- 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 76ad226..324072f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020161109145238.GE13127@dell\0" "ref\020161109220505.63b301b7@jawa\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 07:47:07 +0000\0" "To\0Lukasz Majewski <l.majewski@majess.pl>\0" "Cc\0Thierry Reding <thierry.reding@gmail.com>" @@ -88,7 +88,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" @@ -109,7 +109,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 -709f5fef482d3016e2e05c38115851f0053908b893ad09a24bc78be911ce7daa +17f2c5fa37d2d4360fd70657564e70e62d7e657441217d061768009a2aed6a1f
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.