All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52A2A3EF.1030306@collabora.co.uk>

diff --git a/a/1.txt b/N1/1.txt
index 3bae9b8..d3072a6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -109,7 +109,7 @@ static int dvic_probe_of(struct platform_device *pdev)
 {
 ..
                adapter = of_find_i2c_adapter_by_node(adapter_node);
-                if (adapter = NULL) {
+                if (adapter == NULL) {
                         dev_err(&pdev->dev, "failed to parse i2c-bus\n");
                         omap_dss_put_device(ddata->in);
                         return -EINVAL;
@@ -119,7 +119,7 @@ static int dvic_probe_of(struct platform_device *pdev)
 
 The following patch solves the issue if you want to include in your patch-set:
 
-From c85d46b94c3d27d30218af23a6a8d61e6c7d2ae8 Mon Sep 17 00:00:00 2001
+>From c85d46b94c3d27d30218af23a6a8d61e6c7d2ae8 Mon Sep 17 00:00:00 2001
 From: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
 Date: Sat, 7 Dec 2013 05:18:56 +0100
 Subject: [PATCH 1/1] OMAPDSS: connector-dvi: add deferred probing support for
@@ -141,7 +141,7 @@ index 8f7e576..f94344a 100644
 --- a/drivers/video/omap2/displays-new/connector-dvi.c
 +++ b/drivers/video/omap2/displays-new/connector-dvi.c
 @@ -299,7 +299,7 @@ static int dvic_probe_of(struct platform_device *pdev)
- 		if (adapter = NULL) {
+ 		if (adapter == NULL) {
  			dev_err(&pdev->dev, "failed to parse i2c-bus\n");
  			omap_dss_put_device(ddata->in);
 -			return -EINVAL;
diff --git a/a/content_digest b/N1/content_digest
index e313cec..d13ce6d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\052A29A82.106@collabora.co.uk\0"
  "From\0Javier Martinez Canillas <javier.martinez@collabora.co.uk>\0"
  "Subject\0Re: [PATCH 00/26] OMAPDSS: DT support (Christmas edition)\0"
- "Date\0Sat, 07 Dec 2013 04:28:31 +0000\0"
+ "Date\0Sat, 07 Dec 2013 05:28:31 +0100\0"
  "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0"
  "Cc\0linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>"
   linux-fbdev@vger.kernel.org
@@ -128,7 +128,7 @@
  "{\n"
  "..\n"
  "               adapter = of_find_i2c_adapter_by_node(adapter_node);\n"
- "                if (adapter = NULL) {\n"
+ "                if (adapter == NULL) {\n"
  "                        dev_err(&pdev->dev, \"failed to parse i2c-bus\\n\");\n"
  "                        omap_dss_put_device(ddata->in);\n"
  "                        return -EINVAL;\n"
@@ -138,7 +138,7 @@
  "\n"
  "The following patch solves the issue if you want to include in your patch-set:\n"
  "\n"
- "From c85d46b94c3d27d30218af23a6a8d61e6c7d2ae8 Mon Sep 17 00:00:00 2001\n"
+ ">From c85d46b94c3d27d30218af23a6a8d61e6c7d2ae8 Mon Sep 17 00:00:00 2001\n"
  "From: Javier Martinez Canillas <javier.martinez@collabora.co.uk>\n"
  "Date: Sat, 7 Dec 2013 05:18:56 +0100\n"
  "Subject: [PATCH 1/1] OMAPDSS: connector-dvi: add deferred probing support for\n"
@@ -160,7 +160,7 @@
  "--- a/drivers/video/omap2/displays-new/connector-dvi.c\n"
  "+++ b/drivers/video/omap2/displays-new/connector-dvi.c\n"
  "@@ -299,7 +299,7 @@ static int dvic_probe_of(struct platform_device *pdev)\n"
- " \t\tif (adapter = NULL) {\n"
+ " \t\tif (adapter == NULL) {\n"
  " \t\t\tdev_err(&pdev->dev, \"failed to parse i2c-bus\\n\");\n"
  " \t\t\tomap_dss_put_device(ddata->in);\n"
  "-\t\t\treturn -EINVAL;\n"
@@ -171,4 +171,4 @@
  "-- \n"
  1.8.4.2
 
-01ea35b094c0a515153a6ba4c9af7c13dd47a4d091b6c431886dc1d49bc0a77f
+758cfc70cef3a915289522b2fd929f14eb6fe5b51479de116d1d85f8f625325a

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.