patch from lk
authorDave Airlie <airlied@linux.ie>
Thu, 8 Apr 2004 11:26:52 +0000 (11:26 +0000)
committerDave Airlie <airlied@linux.ie>
Thu, 8 Apr 2004 11:26:52 +0000 (11:26 +0000)
linux-core/drm_memory_debug.h
linux/drm_memory_debug.h

index 2a2e7d7..6723818 100644 (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)) {
index 2a2e7d7..6723818 100644 (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)) {