From: Ben Skeggs Date: Thu, 25 Jan 2007 01:08:49 +0000 (+1100) Subject: nouveau: and here's the "oops, I suck" commit :) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d7687865e8831e365756f1270c03ee70298ba4c;p=mesa.git nouveau: and here's the "oops, I suck" commit :) --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index 2d14a9d84d0..881b20149f0 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c @@ -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; }