All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201102222336.48506.linux@rainbow-software.org>

diff --git a/a/1.txt b/N1/1.txt
index d10915e..663da6b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
  				svga_wcrt_mask(par->state.vgabase, 0x67, 0x20, 0xF0);
  			else
  				svga_wcrt_mask(par->state.vgabase, 0x67, 0x30, 0xF0);
-+		} else if (par->chip = CHIP_365_TRIO3D) {
++		} else if (par->chip == CHIP_365_TRIO3D) {
 +			svga_wcrt_mask(par->state.vgabase, 0x50, 0x10, 0x30);
 +			if (info->var.pixclock > 8695) {
 +				svga_wcrt_mask(par->state.vgabase, 0x67, 0x30, 0xF0);
@@ -25,7 +25,7 @@ Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
  				svga_wcrt_mask(par->state.vgabase, 0x67, 0x40, 0xF0);
  			else
  				svga_wcrt_mask(par->state.vgabase, 0x67, 0x50, 0xF0);
-+		} else if (par->chip = CHIP_365_TRIO3D) {
++		} else if (par->chip == CHIP_365_TRIO3D) {
 +			svga_wcrt_mask(par->state.vgabase, 0x50, 0x10, 0x30);
 +			if (info->var.pixclock > 8695) {
 +				svga_wcrt_mask(par->state.vgabase, 0x67, 0x50, 0xF0);
diff --git a/a/content_digest b/N1/content_digest
index 0cc8090..3323119 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Ondrej Zary <linux@rainbow-software.org>\0"
  "Subject\0[PATCH] s3fb: fix 15/16bpp modes with over 115MHz pixclocks on 86C365 Trio3D\0"
- "Date\0Tue, 22 Feb 2011 22:36:45 +0000\0"
+ "Date\0Tue, 22 Feb 2011 23:36:45 +0100\0"
  "To\0Ondrej Zajicek <santiago@crfreenet.org>\0"
  "Cc\0linux-fbdev@vger.kernel.org"
   Kernel development list <linux-kernel@vger.kernel.org>
@@ -18,7 +18,7 @@
  " \t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x20, 0xF0);\n"
  " \t\t\telse\n"
  " \t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x30, 0xF0);\n"
- "+\t\t} else if (par->chip = CHIP_365_TRIO3D) {\n"
+ "+\t\t} else if (par->chip == CHIP_365_TRIO3D) {\n"
  "+\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x50, 0x10, 0x30);\n"
  "+\t\t\tif (info->var.pixclock > 8695) {\n"
  "+\t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x30, 0xF0);\n"
@@ -34,7 +34,7 @@
  " \t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x40, 0xF0);\n"
  " \t\t\telse\n"
  " \t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x50, 0xF0);\n"
- "+\t\t} else if (par->chip = CHIP_365_TRIO3D) {\n"
+ "+\t\t} else if (par->chip == CHIP_365_TRIO3D) {\n"
  "+\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x50, 0x10, 0x30);\n"
  "+\t\t\tif (info->var.pixclock > 8695) {\n"
  "+\t\t\t\tsvga_wcrt_mask(par->state.vgabase, 0x67, 0x50, 0xF0);\n"
@@ -51,4 +51,4 @@
  "-- \n"
  Ondrej Zary
 
-a110f6726857b67dec641cecd6baf3f4f941dfa965831f2c4b7509099a393423
+7c912b34e11299bfaf67dc68427ea3c1d5ad88c3484eb19262b0588425fd633d

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.