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

diff --git a/a/1.txt b/N1/1.txt
index df0c6b0..956ed84 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -71,7 +71,7 @@ wrote:
 > > > > Regarding the "code for connected outputs without EDID to add fallback
 > > > > modes" you're referring to, is that
 > > > > 
-> > > >         if (count = 0 && connector->status =
+> > > >         if (count == 0 && connector->status ==
 > > > >         connector_status_connected)
 > > > >                 count = drm_add_modes_noedid(connector, 1024, 768);
 > > > > 
@@ -103,11 +103,11 @@ wrote:
 > > drm_connector *connector,> 
 > >  #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 77d4746..bc657c5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020130614140318.GK23483@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\0Tue, 18 Jun 2013 23:45:45 +0000\0"
+ "Date\0Wed, 19 Jun 2013 01:45:45 +0200\0"
  "To\0Adam Jackson <ajax@redhat.com>\0"
  "Cc\0Daniel Vetter <daniel@ffwll.ch>"
   dri-devel <dri-devel@lists.freedesktop.org>
@@ -83,7 +83,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 =\n"
+ "> > > >         if (count == 0 && connector->status ==\n"
  "> > > >         connector_status_connected)\n"
  "> > > >                 count = drm_add_modes_noedid(connector, 1024, 768);\n"
  "> > > > \n"
@@ -115,11 +115,11 @@
  "> > drm_connector *connector,> \n"
  "> >  #endif\n"
  "> >  \t\tcount = (*connector_funcs->get_modes)(connector);\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"
@@ -131,4 +131,4 @@
  "\n"
  Laurent Pinchart
 
-ee3f3ddbff448630c1ffd22c8589d1105cdbc7e211f0f37d27487a82c24e799e
+7eac663b4ccfd1286be46245a14ebca8322d8ac1f221618ee2a96bf5c6ab5eba

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.