diff options
-rw-r--r-- | linux-core/drm_memory_debug.h | 2 | ||||
-rw-r--r-- | linux/drm_memory_debug.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/drm_memory_debug.h b/linux-core/drm_memory_debug.h index 2a2e7d79..6723818a 100644 --- a/linux-core/drm_memory_debug.h +++ b/linux-core/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)) { 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)) { |