nouveau: and here's the "oops, I suck" commit :)

This commit is contained in:
Ben Skeggs 2007-01-25 12:08:49 +11:00
parent 42bd32dad7
commit 2d7687865e

View file

@ -341,6 +341,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
// temporary lock step versioning
if (drm_expected.patch!=drm_version->patch) {
__driUtilMessage("%s: wrong DRM version, expected %d, got %d\n",
__func__,
drm_expected.patch, drm_version->patch);
return NULL;
}