Mesa (master): nouveau: s/__func__/__FUNCTION__/

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 17 01:15:08 UTC 2010


Module: Mesa
Branch: master
Commit: b5fcab976f702912bfb0edc8c67a8d07e0dfdcb0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5fcab976f702912bfb0edc8c67a8d07e0dfdcb0

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 16 18:14:11 2010 -0700

nouveau: s/__func__/__FUNCTION__/

---

 src/gallium/drivers/nouveau/nouveau_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c
index d1ec56d..513e5e0 100644
--- a/src/gallium/drivers/nouveau/nouveau_screen.c
+++ b/src/gallium/drivers/nouveau/nouveau_screen.c
@@ -182,7 +182,7 @@ nouveau_screen_bo_from_handle(struct pipe_screen *pscreen,
 	ret = nouveau_bo_handle_ref(dev, whandle->handle, &bo);
 	if (ret) {
 		debug_printf("%s: ref name 0x%08x failed with %d\n",
-			     __func__, whandle->handle, ret);
+			     __FUNCTION__, whandle->handle, ret);
 		return NULL;
 	}
 




More information about the mesa-commit mailing list