[...]
> maintainer: dunno: Ani Joshi (ajoshi@shell.unixbox.com),
> James Simmons (jsimmons@infradead.org),
> Gareth Hughes (gareth.hughes@acm.org),
> Rik Faith (faith@redhat.com)
Make that dri-devel@lists.sf.net .
> diff -Naur ./drivers/char/drm/radeon_cp.c%VID ./drivers/char/drm/radeon_cp.c
> --- ./drivers/char/drm/radeon_cp.c%VID 2003-05-04 16:53:06.000000000 -0700
> +++ ./drivers/char/drm/radeon_cp.c 2003-05-04 20:30:30.000000000 -0700
> @@ -903,8 +903,8 @@
>
> RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR,
> entry->busaddr[page_ofs]);
> - DRM_DEBUG( "ring rptr: offset=0x%08x handle=0x%08lx\n",
> - entry->busaddr[page_ofs],
> + DRM_DEBUG( "ring rptr: offset=0x%08lx handle=0x%08lx\n",
> + (unsigned long) entry->busaddr[page_ofs],
> entry->handle + tmp_ofs );
> }
Looks good to me, just committed it to the DRI CVS trunk. Thanks.
-- Earthling Michel Dänzer \ Debian (powerpc), XFree86 and DRI developer Software libre enthusiast \ http://svcs.affero.net/rm.php?r=daenzer- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/