mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
Fix one warning.
This commit is contained in:
parent
f40674ea9f
commit
770d045d25
2 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@ drm_agp_head_t *DRM(agp_init)(void)
|
|||
}
|
||||
#endif
|
||||
DRM_INFO("AGP at 0x%08lx %dMB\n",
|
||||
head->info.ai_aperture_base,
|
||||
(long)head->info.ai_aperture_base,
|
||||
(int)(head->info.ai_aperture_size >> 20));
|
||||
}
|
||||
return head;
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ drm_agp_head_t *DRM(agp_init)(void)
|
|||
}
|
||||
#endif
|
||||
DRM_INFO("AGP at 0x%08lx %dMB\n",
|
||||
head->info.ai_aperture_base,
|
||||
(long)head->info.ai_aperture_base,
|
||||
(int)(head->info.ai_aperture_size >> 20));
|
||||
}
|
||||
return head;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue