patch from lk

This commit is contained in:
Dave Airlie 2004-04-08 11:26:52 +00:00
parent 994fa063cd
commit ee2889ec0d
2 changed files with 2 additions and 2 deletions

View file

@ -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)) {

View file

@ -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)) {