Re: [PATCH] drm: edid revision 0 is valid

2009-03-11 Thread Jamie Lokier
Kyle McMartin wrote: > - if (edid->revision <= 0 || edid->revision > 3) { > + if (edid->revision > 3) { > DRM_ERROR("EDID has minor version %d, which is not between > 0-3\n", edid->revision); > goto bad; Ahem. EDID version 1.4 exists too, in fact it's the curr

[Dri-devel] Re: [PATCH] CodingStyle fixes for drm_agpsupport

2003-08-14 Thread Jamie Lokier
Werner Almesberger wrote: > ::= if () > ::= { } > ::= ; > etc. > > Perfectly consistent. ("Always end a statement with a newline.") So you agree with Javascript that the semicolons aren't necessary :) -- Jamie --- This SF.Net email s