diff options
author | Dave Airlie <airlied@linux.ie> | 2006-06-15 21:03:01 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-06-15 21:03:01 +1000 |
commit | 33525540f3a9d6760c6edcfe765d2a004a6b894f (patch) | |
tree | 7ec8919a8662d6b622f3227cf029c9e34c1a8be8 /src/radeon_commonfuncs.c | |
parent | 6bcf6f29af24b6725e097dd72af8e8b9f6d0676c (diff) |
fix more printf formats
Diffstat (limited to 'src/radeon_commonfuncs.c')
-rw-r--r-- | src/radeon_commonfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c index 7b72004..bbf111e 100644 --- a/src/radeon_commonfuncs.c +++ b/src/radeon_commonfuncs.c @@ -171,7 +171,7 @@ void FUNC_NAME(RADEONWaitForIdle)(ScrnInfoPtr pScrn) return; } } - RADEONTRACE(("Idle timed out: %d entries, stat=0x%08x\n", + RADEONTRACE(("Idle timed out: %ld entries, stat=0x%08lx\n", INREG(RADEON_RBBM_STATUS) & RADEON_RBBM_FIFOCNT_MASK, INREG(RADEON_RBBM_STATUS))); xf86DrvMsg(pScrn->scrnIndex, X_ERROR, |