summaryrefslogtreecommitdiff
path: root/linux/drm_memory_debug.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-04-08 11:26:52 +0000
committerDave Airlie <airlied@linux.ie>2004-04-08 11:26:52 +0000
commitee2889ec0d2f8b6138f916df3c3d8b7e208cc1f7 (patch)
tree09aff208200b814a3bea78ae23f48b787eecdb9a /linux/drm_memory_debug.h
parent994fa063cd3ad2f55ea26beef7e31403c68ae78a (diff)
patch from lk
Diffstat (limited to 'linux/drm_memory_debug.h')
-rw-r--r--linux/drm_memory_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm_memory_debug.h b/linux/drm_memory_debug.h
index 2a2e7d79..6723818a 100644
--- a/linux/drm_memory_debug.h
+++ b/linux/drm_memory_debug.h
@@ -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)) {