diff for duplicates of <4E5FA7F9.9030802@gmx.de> diff --git a/a/1.txt b/N1/1.txt index bf23b0a..2816ef1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ On 06/18/2011 09:19 AM, Bruno Prémont wrote: >> more work: >> - drivers/video/sh_mobile_hdmi.c: sh_hdmi_edid_work_fn() >> Should get changed to ->> a) right locking order in case (hdmi->hp_state = HDMI_HOTPLUG_CONNECTED) +>> a) right locking order in case (hdmi->hp_state == HDMI_HOTPLUG_CONNECTED) >> b) lock fb_info in the other case >> For this one fb_set_suspend() does get call in a hotplug worker, >> thus independently on suspend/resume process. @@ -65,7 +65,7 @@ On 06/18/2011 09:19 AM, Bruno Prémont wrote: >> Bruno >> >> ->>> References: https://bugzilla.kernel.org/show_bug.cgi?id&232 +>>> References: https://bugzilla.kernel.org/show_bug.cgi?id=26232 >>> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br> >>> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> >>> Cc: stable@kernel.org @@ -128,7 +128,7 @@ On 06/18/2011 09:19 AM, Bruno Prémont wrote: > > - /* 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 @@ -136,7 +136,7 @@ On 06/18/2011 09:19 AM, Bruno Prémont wrote: > - 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 b65d393..c4aaf82 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -73,7 +73,7 @@ ">> more work:\n" ">> - drivers/video/sh_mobile_hdmi.c: sh_hdmi_edid_work_fn()\n" ">> Should get changed to\n" - ">> a) right locking order in case (hdmi->hp_state = HDMI_HOTPLUG_CONNECTED)\n" + ">> a) right locking order in case (hdmi->hp_state == HDMI_HOTPLUG_CONNECTED)\n" ">> b) lock fb_info in the other case\n" ">> For this one fb_set_suspend() does get call in a hotplug worker,\n" ">> thus independently on suspend/resume process.\n" @@ -83,7 +83,7 @@ ">> Bruno\n" ">>\n" ">>\n" - ">>> References: https://bugzilla.kernel.org/show_bug.cgi?id&232\n" + ">>> References: https://bugzilla.kernel.org/show_bug.cgi?id=26232\n" ">>> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>\n" ">>> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\n" ">>> Cc: stable@kernel.org\n" @@ -146,7 +146,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" @@ -154,7 +154,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" @@ -205,4 +205,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -17087a63a8a2948516c0c15e2dfdd849ed676182bf85452ff3442ca805fa1cdb +a78d598502e65f520c4c2c37dff13ec557c217af670d383d5dd468e20d79ea7a
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.