Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/shared-core more wrong formats.



details:   https://anonhg.NetBSD.org/src/rev/e555a1afef15
branches:  trunk
changeset: 765404:e555a1afef15
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 25 15:15:55 2011 +0000

description:
more wrong formats.

diffstat:

 sys/external/bsd/drm/dist/shared-core/mga_drv.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3f3af98191c8 -r e555a1afef15 sys/external/bsd/drm/dist/shared-core/mga_drv.h
--- a/sys/external/bsd/drm/dist/shared-core/mga_drv.h   Wed May 25 15:02:25 2011 +0000
+++ b/sys/external/bsd/drm/dist/shared-core/mga_drv.h   Wed May 25 15:15:55 2011 +0000
@@ -285,7 +285,7 @@
 do {                                                                   \
        if ( MGA_VERBOSE ) {                                            \
                DRM_INFO( "BEGIN_DMA( %d )\n", (n) );           \
-               DRM_INFO( "   space=0x%x req=0x%x\n",                   \
+               DRM_INFO( "   space=0x%x req=0x%zx\n",                  \
                          dev_priv->prim.space, (n) * DMA_BLOCK_SIZE ); \
        }                                                               \
        prim = dev_priv->prim.start;                                    \



Home | Main Index | Thread Index | Old Index