Your change means that the function will always return MODE_OK. If that's what you want to happen, just remove the entirity of the function other than the return statement. There's no point in performing various checks that result in the same outcome. You'll probably be able to delete some other code as a consequence.
But the *correct* fix is to figure out why valid modes are being rejected. The patch you've posted is just a workaround for some other bug, and introduces more bugs in the process. That's why people are calling it wrong. -- Matthew Garrett | [email protected] _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
