projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37648b8
)
nouveau: s/__func__/__FUNCTION__/
author
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 01:14:11 +0000
(18:14 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 01:14:11 +0000
(18:14 -0700)
src/gallium/drivers/nouveau/nouveau_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nouveau/nouveau_screen.c
b/src/gallium/drivers/nouveau/nouveau_screen.c
index d1ec56df8c056af1c904c79fb71de93f3079672a..513e5e02bc05ab834b0f0c48d05532d978b752b0 100644
(file)
--- 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;
}