diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-06-15 15:35:05 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-06-15 15:35:05 +0200 |
commit | 56bd5a370472663af5607cd327f757367b238db0 (patch) | |
tree | a37aa14384447f10b8ff8c2615ef3503b4f7da17 /src/radeon_commonfuncs.c | |
parent | ec93e08b24f7c0e583970d08bfe18ad142e6b047 (diff) |
Fix some more cosmetic warnings.
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 bbf111e8..14260c9f 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: %ld entries, stat=0x%08lx\n", + RADEONTRACE(("Idle timed out: %u entries, stat=0x%08x\n", INREG(RADEON_RBBM_STATUS) & RADEON_RBBM_FIFOCNT_MASK, INREG(RADEON_RBBM_STATUS))); xf86DrvMsg(pScrn->scrnIndex, X_ERROR, |