From: Eric Anholt Date: Thu, 16 Oct 2003 03:20:03 +0000 (+0000) Subject: Try that again. It's a long. X-Git-Tag: submit/1.0/20121108.012404~2204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a64dab132375b4bf5d4e8aeecc1bf341879482fa;p=profile%2Fivi%2Flibdrm.git Try that again. It's a long. --- diff --git a/shared-core/sis_mm.c b/shared-core/sis_mm.c index 589e736..b6ff069 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; } diff --git a/shared/sis_mm.c b/shared/sis_mm.c index 589e736..b6ff069 100644 --- a/shared/sis_mm.c +++ b/shared/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; }