All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1393060.SF8x67qbTg@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 2fdea5d..f3a8d39 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -61,7 +61,7 @@ On Friday 07 June 2013 10:50:55 Daniel Vetter wrote:
 > > Regarding the "code for connected outputs without EDID to add fallback
 > > modes" you're referring to, is that
 > > 
-> >         if (count = 0 && connector->status = connector_status_connected)
+> >         if (count == 0 && connector->status == connector_status_connected)
 > >                 count = drm_add_modes_noedid(connector, 1024, 768);
 > > 
 > > in drm_helper_probe_single_connector_modes() ? That function will only be
@@ -91,11 +91,11 @@ index f554516..9aae384 100644
  #endif
  		count = (*connector_funcs->get_modes)(connector);
  
--	if (count = 0 && connector->status = connector_status_connected)
-+	if (count = 0 && (connector->status = connector_status_connected ||
-+			   connector->status = connector_status_unknown))
+-	if (count == 0 && connector->status == connector_status_connected)
++	if (count == 0 && (connector->status == connector_status_connected ||
++			   connector->status == connector_status_unknown))
  		count = drm_add_modes_noedid(connector, 1024, 768);
- 	if (count = 0)
+ 	if (count == 0)
  		goto prune;
 
 If so I can submit a proper patch.
diff --git a/a/content_digest b/N1/content_digest
index fb96da5..d5bdf79 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020130607085055.GP7827@phenom.ffwll.local\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v3] drm: Renesas R-Car Display Unit DRM driver\0"
- "Date\0Fri, 14 Jun 2013 00:54:04 +0000\0"
+ "Date\0Fri, 14 Jun 2013 02:54:04 +0200\0"
  "To\0Daniel Vetter <daniel@ffwll.ch>\0"
  "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
   dri-devel <dri-devel@lists.freedesktop.org>
@@ -73,7 +73,7 @@
  "> > Regarding the \"code for connected outputs without EDID to add fallback\n"
  "> > modes\" you're referring to, is that\n"
  "> > \n"
- "> >         if (count = 0 && connector->status = connector_status_connected)\n"
+ "> >         if (count == 0 && connector->status == connector_status_connected)\n"
  "> >                 count = drm_add_modes_noedid(connector, 1024, 768);\n"
  "> > \n"
  "> > in drm_helper_probe_single_connector_modes() ? That function will only be\n"
@@ -103,11 +103,11 @@
  " #endif\n"
  " \t\tcount = (*connector_funcs->get_modes)(connector);\n"
  " \n"
- "-\tif (count = 0 && connector->status = connector_status_connected)\n"
- "+\tif (count = 0 && (connector->status = connector_status_connected ||\n"
- "+\t\t\t   connector->status = connector_status_unknown))\n"
+ "-\tif (count == 0 && connector->status == connector_status_connected)\n"
+ "+\tif (count == 0 && (connector->status == connector_status_connected ||\n"
+ "+\t\t\t   connector->status == connector_status_unknown))\n"
  " \t\tcount = drm_add_modes_noedid(connector, 1024, 768);\n"
- " \tif (count = 0)\n"
+ " \tif (count == 0)\n"
  " \t\tgoto prune;\n"
  "\n"
  "If so I can submit a proper patch.\n"
@@ -156,4 +156,4 @@
  "\n"
  Laurent Pinchart
 
-e48579fd15811f18c48e8aa1911cc56d54b73262751309c07da7caf64d5fc2fe
+ffad507c9dea347ea1de7cd2fec6bb42d29a6a98171fd9cbf429d4921a7aef80

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.