diff for duplicates of <20161109145238.GE13127@dell> diff --git a/a/1.txt b/N1/1.txt index 9070fc7..5bd0480 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -56,7 +56,7 @@ I thought Jingoo already replied to you? > > 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; > > + @@ -73,5 +73,5 @@ I thought Jingoo already replied to you? -- 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 05641d2..8b99184 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\01477985147-18835-1-git-send-email-l.majewski@majess.pl\0" "ref\020161108232525.639ea49f@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" - "Date\0Wed, 09 Nov 2016 14:52:38 +0000\0" + "Subject\0Re: [PATCH v2] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" + "Date\0Wed, 9 Nov 2016 14:52:38 +0000\0" "To\0Lukasz Majewski <l.majewski@majess.pl>\0" "Cc\0Thierry Reding <thierry.reding@gmail.com>" Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> @@ -74,7 +74,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" @@ -91,7 +91,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 -2d24143c040824e22dd4ec805c0cb03e5f7c64f1b6cdfc8f863a37e699991194 +7a8d0eaad2063172c9bbf029ce3d845350cdfcbf5b2b474f8e359b8d6c9e9705
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.