All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1368868514-18975-4-git-send-email-linux@prisktech.co.nz>

diff --git a/a/1.txt b/N1/1.txt
index bc54eb5..bfcd34d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -67,14 +67,14 @@ index 167a9e2..f8bffc2 100644
  	if (!fbi)
  		return -EINVAL;
  
-+	if (info->var.pixclock = 0) {
++	if (info->var.pixclock == 0) {
 +		dev_err(fbi->dev, "requested pixclock = 0\n");
 +		return -EINVAL;
 +	}
 +
 +	clk_set_rate(fbi->clk_dvo, PICOS2KHZ(info->var.pixclock)*1000);
 +
- 	if (info->var.bits_per_pixel = 32) {
+ 	if (info->var.bits_per_pixel == 32) {
  		info->var.red.offset = 16;
  		info->var.red.length = 8;
 @@ -369,6 +379,8 @@ static int wm8505fb_probe(struct platform_device *pdev)
diff --git a/a/content_digest b/N1/content_digest
index 39936c7..2ffb8d0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01368868514-18975-1-git-send-email-linux@prisktech.co.nz\0"
- "From\0Tony Prisk <linux@prisktech.co.nz>\0"
+ "From\0linux@prisktech.co.nz (Tony Prisk)\0"
  "Subject\0[PATCH 3/4] fb: vt8500: Require a device clock for wm8505fb driver\0"
- "Date\0Sat, 18 May 2013 09:15:13 +0000\0"
+ "Date\0Sat, 18 May 2013 21:15:13 +1200\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -74,14 +74,14 @@
  " \tif (!fbi)\n"
  " \t\treturn -EINVAL;\n"
  " \n"
- "+\tif (info->var.pixclock = 0) {\n"
+ "+\tif (info->var.pixclock == 0) {\n"
  "+\t\tdev_err(fbi->dev, \"requested pixclock = 0\\n\");\n"
  "+\t\treturn -EINVAL;\n"
  "+\t}\n"
  "+\n"
  "+\tclk_set_rate(fbi->clk_dvo, PICOS2KHZ(info->var.pixclock)*1000);\n"
  "+\n"
- " \tif (info->var.bits_per_pixel = 32) {\n"
+ " \tif (info->var.bits_per_pixel == 32) {\n"
  " \t\tinfo->var.red.offset = 16;\n"
  " \t\tinfo->var.red.length = 8;\n"
  "@@ -369,6 +379,8 @@ static int wm8505fb_probe(struct platform_device *pdev)\n"
@@ -129,4 +129,4 @@
  "-- \n"
  1.7.9.5
 
-43986d923ea85e043126a2e5d3e7626f8a83875d2a2245059e277dad8e0a0688
+e45b8dd43e768831e2e7c4299bf6b723af89fb8654a315769be6c9cf5a2aa0e8

diff --git a/a/1.txt b/N2/1.txt
index bc54eb5..bfcd34d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -67,14 +67,14 @@ index 167a9e2..f8bffc2 100644
  	if (!fbi)
  		return -EINVAL;
  
-+	if (info->var.pixclock = 0) {
++	if (info->var.pixclock == 0) {
 +		dev_err(fbi->dev, "requested pixclock = 0\n");
 +		return -EINVAL;
 +	}
 +
 +	clk_set_rate(fbi->clk_dvo, PICOS2KHZ(info->var.pixclock)*1000);
 +
- 	if (info->var.bits_per_pixel = 32) {
+ 	if (info->var.bits_per_pixel == 32) {
  		info->var.red.offset = 16;
  		info->var.red.length = 8;
 @@ -369,6 +379,8 @@ static int wm8505fb_probe(struct platform_device *pdev)
diff --git a/a/content_digest b/N2/content_digest
index 39936c7..8e3015a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,14 @@
  "ref\01368868514-18975-1-git-send-email-linux@prisktech.co.nz\0"
  "From\0Tony Prisk <linux@prisktech.co.nz>\0"
  "Subject\0[PATCH 3/4] fb: vt8500: Require a device clock for wm8505fb driver\0"
- "Date\0Sat, 18 May 2013 09:15:13 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Sat, 18 May 2013 21:15:13 +1200\0"
+ "To\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0"
+ "Cc\0vt8500-wm8505-linux-kernel@googlegroups.com"
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  tomi.valkeinen@ti.com
+  linux-fbdev@vger.kernel.org
+ " Tony Prisk <linux@prisktech.co.nz>\0"
  "\00:1\0"
  "b\0"
  "The wm8505fb driver requires a clock to work properly. Without a clock,\n"
@@ -74,14 +80,14 @@
  " \tif (!fbi)\n"
  " \t\treturn -EINVAL;\n"
  " \n"
- "+\tif (info->var.pixclock = 0) {\n"
+ "+\tif (info->var.pixclock == 0) {\n"
  "+\t\tdev_err(fbi->dev, \"requested pixclock = 0\\n\");\n"
  "+\t\treturn -EINVAL;\n"
  "+\t}\n"
  "+\n"
  "+\tclk_set_rate(fbi->clk_dvo, PICOS2KHZ(info->var.pixclock)*1000);\n"
  "+\n"
- " \tif (info->var.bits_per_pixel = 32) {\n"
+ " \tif (info->var.bits_per_pixel == 32) {\n"
  " \t\tinfo->var.red.offset = 16;\n"
  " \t\tinfo->var.red.length = 8;\n"
  "@@ -369,6 +379,8 @@ static int wm8505fb_probe(struct platform_device *pdev)\n"
@@ -129,4 +135,4 @@
  "-- \n"
  1.7.9.5
 
-43986d923ea85e043126a2e5d3e7626f8a83875d2a2245059e277dad8e0a0688
+f278cbf0a97ef06c6eca0f66ee4db0a0a22441a11f53cb8aee15373329457ce4

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.