drm: oops not a cleanup..

main
Dave Airlie 2007-11-29 09:46:02 +10:00
parent 9be085cbf4
commit 4602b6687e
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ static int drm_agp_populate(struct drm_ttm_backend *backend,
mem = drm_agp_allocate_memory(agp_be->bridge, num_pages, AGP_USER_MEMORY);
#endif
if (!mem) {
drm_free_memctl(num_pages *sizeof(void *));
drm_free_memctl(num_pages * sizeof(void *));
return -1;
}