diff for duplicates of <20170123015041.34b8e64d@jawa> diff --git a/a/1.txt b/N1/1.txt index 4b6ee1d..cbbfa1d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,7 +69,7 @@ people, but this patch is not reviewed since Nov last year :-) > > > 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; > > > + @@ -103,7 +103,3 @@ Lukasz Majewski DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de --- -To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 1db78e2..67d79df 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020170103083032.GA2977@dell\0" "ref\020170113012737.45f5a3db@jawa\0" "From\0Lukasz Majewski <lukma@denx.de>\0" - "Subject\0Re: [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_back\0" - "Date\0Mon, 23 Jan 2017 00:50:41 +0000\0" + "Subject\0Re: [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()\0" + "Date\0Mon, 23 Jan 2017 01:50:41 +0100\0" "To\0Thierry Reding <thierry.reding@gmail.com>" Jingoo Han <jingoohan1@gmail.com> " Lee Jones <lee.jones@linaro.org>\0" @@ -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" @@ -121,10 +121,6 @@ "\n" "DENX Software Engineering GmbH, Managing Director: Wolfgang Denk\n" "HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany\n" - "Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-fbdev\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de -afae436be5edbc39a7c2eba29bc07e57cf911900c48245664f2c706f0f9c9ffb +d792c1b80cf84d2afa321d685fe2e0059e9080ac2ccefe980ce67f66200cb4cb
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.