Warning fix.

This commit is contained in:
Eric Anholt 2006-10-30 11:17:55 -08:00
parent bca9e6ccbd
commit 837b2f6320
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ I830DetectMemory(ScrnInfoPtr pScrn)
vbeInfo = VBEGetVBEInfo(pI830->pVbe);
if (vbeInfo != NULL && vbeInfo->TotalMemory != memsize / 1024 / 64) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
"Detected stolen memory (%ld kB) doesn't match what the BIOS"
"Detected stolen memory (%d kB) doesn't match what the BIOS"
" reports (%d kB)\n",
ROUND_DOWN_TO(memsize / 1024, 64),
vbeInfo->TotalMemory * 64);