All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4E61428E.1050408@gmx.de>

diff --git a/a/1.txt b/N1/1.txt
index c6ff250..07ec934 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -57,7 +57,7 @@ Florian Tobias Schandinat
 >  
 > +	info = hdmi->info;
 > +
->  	if (hdmi->hp_state = HDMI_HOTPLUG_CONNECTED) {
+>  	if (hdmi->hp_state == HDMI_HOTPLUG_CONNECTED) {
 > -		struct fb_info *info = hdmi->info;
 >  		unsigned long parent_rate = 0, hdmi_rate;
 >  
@@ -72,7 +72,7 @@ Florian Tobias Schandinat
 >  
 > -		/* HDMI plug in */
 > -		if (!sh_hdmi_must_reconfigure(hdmi) &&
-> -		    info->state = FBINFO_STATE_RUNNING) {
+> -		    info->state == FBINFO_STATE_RUNNING) {
 > -			/*
 > -			 * First activation with the default monitor - just turn
 > -			 * on, if we run a resume here, the logo disappears
@@ -80,7 +80,7 @@ Florian Tobias Schandinat
 > -			if (lock_fb_info(info)) {
 > +			/* HDMI plug in */
 > +			if (!sh_hdmi_must_reconfigure(hdmi) &&
-> +			    info->state = FBINFO_STATE_RUNNING) {
+> +			    info->state == FBINFO_STATE_RUNNING) {
 > +				/*
 > +				 * First activation with the default monitor - just turn
 > +				 * on, if we run a resume here, the logo disappears
diff --git a/a/content_digest b/N1/content_digest
index 17e4130..6977ab1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,7 +7,7 @@
  "ref\04E61086C.3050102@gmx.de\0"
  "ref\020110902192403.10f9cff7@neptune.home\0"
  "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0"
- "Subject\0Re: [PATCH] fb: sh-mobile: Fix deadlock risk between lock_fb_info()\0"
+ "Subject\0Re: [PATCH] fb: sh-mobile: Fix deadlock risk between lock_fb_info() and console_lock()\0"
  "Date\0Fri, 02 Sep 2011 20:54:38 +0000\0"
  "To\0Bruno Pr\303\251mont <bonbons@linux-vserver.org>\0"
  "Cc\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>"
@@ -79,7 +79,7 @@
  ">  \n"
  "> +\tinfo = hdmi->info;\n"
  "> +\n"
- ">  \tif (hdmi->hp_state = HDMI_HOTPLUG_CONNECTED) {\n"
+ ">  \tif (hdmi->hp_state == HDMI_HOTPLUG_CONNECTED) {\n"
  "> -\t\tstruct fb_info *info = hdmi->info;\n"
  ">  \t\tunsigned long parent_rate = 0, hdmi_rate;\n"
  ">  \n"
@@ -94,7 +94,7 @@
  ">  \n"
  "> -\t\t/* HDMI plug in */\n"
  "> -\t\tif (!sh_hdmi_must_reconfigure(hdmi) &&\n"
- "> -\t\t    info->state = FBINFO_STATE_RUNNING) {\n"
+ "> -\t\t    info->state == FBINFO_STATE_RUNNING) {\n"
  "> -\t\t\t/*\n"
  "> -\t\t\t * First activation with the default monitor - just turn\n"
  "> -\t\t\t * on, if we run a resume here, the logo disappears\n"
@@ -102,7 +102,7 @@
  "> -\t\t\tif (lock_fb_info(info)) {\n"
  "> +\t\t\t/* HDMI plug in */\n"
  "> +\t\t\tif (!sh_hdmi_must_reconfigure(hdmi) &&\n"
- "> +\t\t\t    info->state = FBINFO_STATE_RUNNING) {\n"
+ "> +\t\t\t    info->state == FBINFO_STATE_RUNNING) {\n"
  "> +\t\t\t\t/*\n"
  "> +\t\t\t\t * First activation with the default monitor - just turn\n"
  "> +\t\t\t\t * on, if we run a resume here, the logo disappears\n"
@@ -152,4 +152,4 @@
  ">  out:\n"
  >
 
-7a7f31847ebddffac89c6c8b14344db77fceac6f8e323956aa2600bd5dce57cc
+f39e354ce5b0afaccc8acc7b04f946d907936e116eb7b8aaa6e287e024649c44

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.