summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/sis_mm.c2
-rw-r--r--shared/sis_mm.c2
2 files changed, 2 insertions, 2 deletions
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;
}
diff --git a/shared/sis_mm.c b/shared/sis_mm.c
index 589e7364..b6ff069d 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;
}