summaryrefslogtreecommitdiff
path: root/shared-core/sis_mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/sis_mm.c')
-rw-r--r--shared-core/sis_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/sis_mm.c b/shared-core/sis_mm.c
index 5b4ea1d0..589e7364 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 = %d\n", fb.free);
+ DRM_DEBUG("free fb, offset = 0x%x\n", fb.free);
return retval;
}