mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 09:00:10 +01:00
nouveau: s/__func__/__FUNCTION__/
This commit is contained in:
parent
37648b86b1
commit
b5fcab976f
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ nouveau_screen_bo_from_handle(struct pipe_screen *pscreen,
|
||||||
ret = nouveau_bo_handle_ref(dev, whandle->handle, &bo);
|
ret = nouveau_bo_handle_ref(dev, whandle->handle, &bo);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
debug_printf("%s: ref name 0x%08x failed with %d\n",
|
debug_printf("%s: ref name 0x%08x failed with %d\n",
|
||||||
__func__, whandle->handle, ret);
|
__FUNCTION__, whandle->handle, ret);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue