summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/sis_mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/sis_mm.c')
-rw-r--r--sys/dev/drm/sis_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/sis_mm.c b/sys/dev/drm/sis_mm.c
index 7065b95..26c5905 100644
--- a/sys/dev/drm/sis_mm.c
+++ b/sys/dev/drm/sis_mm.c
@@ -133,7 +133,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%lx\n", fb.free);
return retval;
}
OpenPOWER on IntegriCloud