nouveau: s/__func__/__FUNCTION__/

This commit is contained in:
Vinson Lee
2010-07-16 18:14:11 -07:00
parent 37648b86b1
commit b5fcab976f

View File

@@ -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;
}