|
|
|
Re: [PATCH 5/8] Staging: xgifb: Remove XGIFAIL() macro and its calls. | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
|
- 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 devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
![]() |
![]() |