-       if (!(htotal) || !(vtotal))
-               XGIFAIL("XGIfb: no valid timing data");
+       if (!(htotal) || !(vtotal)) {

Don't resend this, but next time feel free to write this like:

        if (!htotal || !vtotal) {

We do have a one change per patch rule but tiny formatting things
like that don't count as a change.

Sure. I'll write it down together with your other comment to my next round of patches ;)

Regards!

--
Miguel Gómez
Igalia - http://www.igalia.com
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to