mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 01:58:02 +02:00
drm: oops not a cleanup..
This commit is contained in:
parent
9be085cbf4
commit
4602b6687e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue