From a64dab132375b4bf5d4e8aeecc1bf341879482fa Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 16 Oct 2003 03:20:03 +0000 Subject: Try that again. It's a long. --- shared-core/sis_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core/sis_mm.c') diff --git a/shared-core/sis_mm.c b/shared-core/sis_mm.c index 589e7364..b6ff069d 100644 --- a/shared-core/sis_mm.c +++ b/shared-core/sis_mm.c @@ -132,7 +132,7 @@ int sis_fb_free( DRM_IOCTL_ARGS ) retval = DRM_ERR(EINVAL); sis_free(fb.free); - DRM_DEBUG("free fb, offset = 0x%x\n", fb.free); + DRM_DEBUG("free fb, offset = 0x%lx\n", fb.free); return retval; } -- cgit v1.2.3