diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2001-08-14 00:35:07 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2001-08-14 00:35:07 +0000 |
commit | 8aaf82d45c406220d5f18168e4350827a9e038e2 (patch) | |
tree | f672aa4462466f86ffb896d085c79b718c6e5f03 /linux/radeon_cp.c | |
parent | aa09e3611490d6a2f12f211c3c834f1237126313 (diff) |
A few warning fixes when actually building under 2.4.9-pre2 + some
reformating
Diffstat (limited to 'linux/radeon_cp.c')
-rw-r--r-- | linux/radeon_cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/radeon_cp.c b/linux/radeon_cp.c index d95df0da..6d508a5c 100644 --- a/linux/radeon_cp.c +++ b/linux/radeon_cp.c @@ -632,7 +632,7 @@ static void radeon_cp_init_ring_buffer( drm_device_t *dev, RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR, page_to_bus(entry->pagelist[page_ofs])); - DRM_DEBUG( "ring rptr: offset=0x%08lx handle=0x%08lx\n", + DRM_DEBUG( "ring rptr: offset=0x%08x handle=0x%08lx\n", page_to_bus(entry->pagelist[page_ofs]), entry->handle + tmp_ofs ); #endif |