diff for duplicates of <4C3EE3BA.9020307@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 67c33c9..892190b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -38,7 +38,7 @@ > + > + shadow_protect_win(win, 1); > + -> + if (en = 1) { +> + if (en == 1) { > + if (fb_sd->streaming) > + return 0; @@ -83,7 +83,7 @@ Shouldn't you do shadow_protect_win(win, 0) before returning here? > + writel(data, sfb->regs + SHADOWCON); > + } > + -> + } else if (en = 0) { +> + } else if (en == 0) { > + if (!fb_sd->streaming) > + return 0; diff --git a/a/content_digest b/N1/content_digest index 80bceae..ff44b6b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,17 @@ "ref\01279185041-6004-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01279185041-6004-6-git-send-email-s.nawrocki@samsung.com\0" "From\0Maurus Cuelenaere <mcuelenaere@gmail.com>\0" - "Subject\0Re: [PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer\0" - "Date\0Thu, 15 Jul 2010 10:32:26 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Subject\0Re: [PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path\0" + "Date\0Thu, 15 Jul 2010 12:32:26 +0200\0" + "To\0Sylwester Nawrocki <s.nawrocki@samsung.com>\0" + "Cc\0linux-samsung-soc@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + p.osciak@samsung.com + m.szyprowski@samsung.com + kyungmin.park@samsung.com + kgene.kim@samsung.com + ben-linux@fluff.org + " linux-fbdev@vger.kernel.org\0" "\00:1\0" "b\0" " Op 15-07-10 11:10, Sylwester Nawrocki schreef:\n" @@ -46,7 +54,7 @@ "> +\n" "> +\tshadow_protect_win(win, 1);\n" "> +\n" - "> +\tif (en = 1) {\n" + "> +\tif (en == 1) {\n" "> +\t\tif (fb_sd->streaming)\n" "> +\t\t\treturn 0;\n" "\n" @@ -91,7 +99,7 @@ "> +\t\t\twritel(data, sfb->regs + SHADOWCON);\n" "> +\t\t}\n" "> +\n" - "> +\t} else if (en = 0) {\n" + "> +\t} else if (en == 0) {\n" "> +\t\tif (!fb_sd->streaming)\n" "> +\t\t\treturn 0;\n" "\n" @@ -129,4 +137,4 @@ "-- \n" Maurus Cuelenaere -6dad120cf4dc4eaf5b35bc1ff8bda75b643146d77656c7a295847373d3f109d5 +5eef34fcb2d729b2a91ce3b2be49f38dcee67976227d24062e997d44a69ff5ed
diff --git a/a/1.txt b/N2/1.txt index 67c33c9..892190b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -38,7 +38,7 @@ > + > + shadow_protect_win(win, 1); > + -> + if (en = 1) { +> + if (en == 1) { > + if (fb_sd->streaming) > + return 0; @@ -83,7 +83,7 @@ Shouldn't you do shadow_protect_win(win, 0) before returning here? > + writel(data, sfb->regs + SHADOWCON); > + } > + -> + } else if (en = 0) { +> + } else if (en == 0) { > + if (!fb_sd->streaming) > + return 0; diff --git a/a/content_digest b/N2/content_digest index 80bceae..331f5c3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,8 @@ "ref\01279185041-6004-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01279185041-6004-6-git-send-email-s.nawrocki@samsung.com\0" - "From\0Maurus Cuelenaere <mcuelenaere@gmail.com>\0" - "Subject\0Re: [PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer\0" - "Date\0Thu, 15 Jul 2010 10:32:26 +0000\0" + "From\0mcuelenaere@gmail.com (Maurus Cuelenaere)\0" + "Subject\0[PATCH 05/10 v2] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path\0" + "Date\0Thu, 15 Jul 2010 12:32:26 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -46,7 +46,7 @@ "> +\n" "> +\tshadow_protect_win(win, 1);\n" "> +\n" - "> +\tif (en = 1) {\n" + "> +\tif (en == 1) {\n" "> +\t\tif (fb_sd->streaming)\n" "> +\t\t\treturn 0;\n" "\n" @@ -91,7 +91,7 @@ "> +\t\t\twritel(data, sfb->regs + SHADOWCON);\n" "> +\t\t}\n" "> +\n" - "> +\t} else if (en = 0) {\n" + "> +\t} else if (en == 0) {\n" "> +\t\tif (!fb_sd->streaming)\n" "> +\t\t\treturn 0;\n" "\n" @@ -129,4 +129,4 @@ "-- \n" Maurus Cuelenaere -6dad120cf4dc4eaf5b35bc1ff8bda75b643146d77656c7a295847373d3f109d5 +0c396fff484963a02d7b5b81a80e404c3b1e168afe0aec5313a4bc48a04f2ed3
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.