diff for duplicates of <4F5733CE.2060900@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 0fb499f..f215ce7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,11 +27,11 @@ Florian Tobias Schandinat > #include <mach/hardware.h> > #include <asm/io.h> > @@ -730,9 +731,12 @@ static int overlayfb_open(struct fb_info *info, int user) -> if (user = 0) +> if (user == 0) > return -ENODEV; > -> - if (ofb->usage++ = 0) -> + if (ofb->usage++ = 0) { +> - if (ofb->usage++ == 0) +> + if (ofb->usage++ == 0) { > /* unblank the base framebuffer */ > + console_lock(); > fb_blank(&ofb->fbi->fb, FB_BLANK_UNBLANK); diff --git a/a/content_digest b/N1/content_digest index 9c466da..674fe99 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\01330264322-5938-1-git-send-email-anarsoul@gmail.com\0" - "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0" - "Subject\0Re: [PATCH] pxafb: do console locking before calling fb_blank()\0" + "From\0FlorianSchandinat@gmx.de (Florian Tobias Schandinat)\0" + "Subject\0[PATCH] pxafb: do console locking before calling fb_blank()\0" "Date\0Wed, 07 Mar 2012 10:09:18 +0000\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" @@ -34,11 +34,11 @@ "> #include <mach/hardware.h>\n" "> #include <asm/io.h>\n" "> @@ -730,9 +731,12 @@ static int overlayfb_open(struct fb_info *info, int user)\n" - "> \tif (user = 0)\n" + "> \tif (user == 0)\n" "> \t\treturn -ENODEV;\n" "> \n" - "> -\tif (ofb->usage++ = 0)\n" - "> +\tif (ofb->usage++ = 0) {\n" + "> -\tif (ofb->usage++ == 0)\n" + "> +\tif (ofb->usage++ == 0) {\n" "> \t\t/* unblank the base framebuffer */\n" "> +\t\tconsole_lock();\n" "> \t\tfb_blank(&ofb->fbi->fb, FB_BLANK_UNBLANK);\n" @@ -48,4 +48,4 @@ "> \treturn 0;\n" > } -6f37644bed5dd8e1130e312fb157898868f1cae129ec8d5fa74488e8b6bc67fa +f006303fefbe6908a108d01a6f38947477882d66d5b1598060094f3d9cd6bc95
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.