Fix one warning.

This commit is contained in:
Eric Anholt 2002-09-26 07:21:05 +00:00
parent f40674ea9f
commit 770d045d25
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;