All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87sisg5pfo.fsf@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index b35e534..471d269 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -55,13 +55,13 @@ On Mon, 20 Jan 2014, Liu Ying <Ying.Liu@freescale.com> wrote:
 >  		if (!bd->ops->check_fb ||
 >  		    bd->ops->check_fb(bd, evdata->info)) {
 > -			bd->props.fb_blank = *(int *)evdata->data;
-> -			if (bd->props.fb_blank = FB_BLANK_UNBLANK)
+> -			if (bd->props.fb_blank == FB_BLANK_UNBLANK)
 > -				bd->props.state &= ~BL_CORE_FBBLANK;
 > -			else
 > -				bd->props.state |= BL_CORE_FBBLANK;
 > -			backlight_update_status(bd);
 > +			fb_blank = *(int *)evdata->data;
-> +			if (fb_blank = FB_BLANK_UNBLANK &&
+> +			if (fb_blank == FB_BLANK_UNBLANK &&
 > +			    !bd->fb_bl_on[node]) {
 > +				bd->fb_bl_on[node] = true;
 > +				if (!bd->use_count++) {
diff --git a/a/content_digest b/N1/content_digest
index 8b572fd..8c06d61 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01390196846-15304-1-git-send-email-Ying.Liu@freescale.com\0"
  "From\0Jani Nikula <jani.nikula@linux.intel.com>\0"
  "Subject\0Re: [PATCH v2] backlight: turn backlight on/off when necessary\0"
- "Date\0Wed, 22 Jan 2014 09:35:55 +0000\0"
+ "Date\0Wed, 22 Jan 2014 11:35:55 +0200\0"
  "To\0Liu Ying <Ying.Liu@freescale.com>"
  " jg1.han@samsung.com\0"
  "Cc\0linux-fbdev@vger.kernel.org"
@@ -68,13 +68,13 @@
  ">  \t\tif (!bd->ops->check_fb ||\n"
  ">  \t\t    bd->ops->check_fb(bd, evdata->info)) {\n"
  "> -\t\t\tbd->props.fb_blank = *(int *)evdata->data;\n"
- "> -\t\t\tif (bd->props.fb_blank = FB_BLANK_UNBLANK)\n"
+ "> -\t\t\tif (bd->props.fb_blank == FB_BLANK_UNBLANK)\n"
  "> -\t\t\t\tbd->props.state &= ~BL_CORE_FBBLANK;\n"
  "> -\t\t\telse\n"
  "> -\t\t\t\tbd->props.state |= BL_CORE_FBBLANK;\n"
  "> -\t\t\tbacklight_update_status(bd);\n"
  "> +\t\t\tfb_blank = *(int *)evdata->data;\n"
- "> +\t\t\tif (fb_blank = FB_BLANK_UNBLANK &&\n"
+ "> +\t\t\tif (fb_blank == FB_BLANK_UNBLANK &&\n"
  "> +\t\t\t    !bd->fb_bl_on[node]) {\n"
  "> +\t\t\t\tbd->fb_bl_on[node] = true;\n"
  "> +\t\t\t\tif (!bd->use_count++) {\n"
@@ -158,4 +158,4 @@
  "-- \n"
  Jani Nikula, Intel Open Source Technology Center
 
-9d585461eb6c6c865e02d9a0c8716972532e8f9234f3defc34a5d2050fd83d1c
+3215efac15df8e32b4c68d65b8a2aaaf4a33d4ef1ff915faa2c48adbbf277df0

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.