All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1440445048-24694-2-git-send-email-linux@rainbow-software.org>

diff --git a/a/1.txt b/N1/1.txt
index f09e8f0..dbc59df 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -20,7 +20,7 @@ index 7429713..01b43e9 100644
 -		 (read3X4(par, AddColReg) & 0xCF) | ((width & 0x300) >> 4));
 +	/* chips older than TGUI9660 have only 1 width bit in AddColReg */
 +	/* touching the other one breaks I2C/DDC */
-+	if (par->chip_id = TGUI9440 || par->chip_id = CYBER9320)
++	if (par->chip_id == TGUI9440 || par->chip_id == CYBER9320)
 +		write3X4(par, AddColReg,
 +		     (read3X4(par, AddColReg) & 0xEF) | ((width & 0x100) >> 4));
 +	else
diff --git a/a/content_digest b/N1/content_digest
index 0ccff3c..50452cc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01440445048-24694-1-git-send-email-linux@rainbow-software.org\0"
  "From\0Ondrej Zary <linux@rainbow-software.org>\0"
  "Subject\0[PATCH 2/4] [resend #2] tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320\0"
- "Date\0Mon, 24 Aug 2015 19:37:26 +0000\0"
+ "Date\0Mon, 24 Aug 2015 21:37:26 +0200\0"
  "To\0Krzysztof Helt <krzysztof.h1@wp.pl>\0"
  "Cc\0Tomi Valkeinen <tomi.valkeinen@ti.com>"
   linux-fbdev@vger.kernel.org
@@ -30,7 +30,7 @@
  "-\t\t (read3X4(par, AddColReg) & 0xCF) | ((width & 0x300) >> 4));\n"
  "+\t/* chips older than TGUI9660 have only 1 width bit in AddColReg */\n"
  "+\t/* touching the other one breaks I2C/DDC */\n"
- "+\tif (par->chip_id = TGUI9440 || par->chip_id = CYBER9320)\n"
+ "+\tif (par->chip_id == TGUI9440 || par->chip_id == CYBER9320)\n"
  "+\t\twrite3X4(par, AddColReg,\n"
  "+\t\t     (read3X4(par, AddColReg) & 0xEF) | ((width & 0x100) >> 4));\n"
  "+\telse\n"
@@ -42,4 +42,4 @@
  "-- \n"
  Ondrej Zary
 
-c869e21353389ea25f5673c335630202e15df0c7e66555d0f6efa2781e3d1681
+af4596c7b43f822a8cfcfbed2dc0a42d827a685136e71c8f083f51e66a65884a

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.