All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130620140634.GA4206@bremse>

diff --git a/a/1.txt b/N1/1.txt
index 2e86ec5..7ff724e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -76,7 +76,7 @@ Yeah, I guess that works, too.
 > > > > > 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);
 > > > > > 
@@ -108,11 +108,11 @@ Yeah, I guess that works, too.
 > > > 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 33c183d..26fa2d1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,7 +4,7 @@
  "ref\02093265.D4TrSYgzIQ@avalon\0"
  "From\0Daniel Vetter <daniel@ffwll.ch>\0"
  "Subject\0Re: [PATCH v3] drm: Renesas R-Car Display Unit DRM driver\0"
- "Date\0Thu, 20 Jun 2013 14:06:34 +0000\0"
+ "Date\0Thu, 20 Jun 2013 16:06:34 +0200\0"
  "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Cc\0Adam Jackson <ajax@redhat.com>"
   Daniel Vetter <daniel@ffwll.ch>
@@ -90,7 +90,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"
@@ -122,11 +122,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"
@@ -144,4 +144,4 @@
  "Software Engineer, Intel Corporation\n"
  +41 (0) 79 365 57 48 - http://blog.ffwll.ch
 
-c47c864903a104ec105ccdc9ef96557a8df02f40f078fbe7e984a627643aef54
+e03858e035e9b4dae7fda16323cd4434ffbe20085859ca7848dc0e9df28d2ce6

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.