mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 07:48:02 +02:00
patch from lk
This commit is contained in:
parent
994fa063cd
commit
ee2889ec0d
2 changed files with 2 additions and 2 deletions
|
|
@ -387,7 +387,7 @@ int DRM(free_agp)(DRM_AGP_MEM *handle, int pages)
|
|||
if (!handle) {
|
||||
DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
|
||||
"Attempt to free NULL AGP handle\n");
|
||||
return retval;;
|
||||
return retval;
|
||||
}
|
||||
|
||||
if (DRM(agp_free_memory)(handle)) {
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@ int DRM(free_agp)(DRM_AGP_MEM *handle, int pages)
|
|||
if (!handle) {
|
||||
DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
|
||||
"Attempt to free NULL AGP handle\n");
|
||||
return retval;;
|
||||
return retval;
|
||||
}
|
||||
|
||||
if (DRM(agp_free_memory)(handle)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue