diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-10-16 03:20:03 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-10-16 03:20:03 +0000 |
commit | a64dab132375b4bf5d4e8aeecc1bf341879482fa (patch) | |
tree | d22db301c175e1003643041028fdf96dfb950ccb /shared-core/sis_mm.c | |
parent | a9e1a57d6d03f9fc52357db8af7ac2e7b8a488e4 (diff) |
Try that again. It's a long.
Diffstat (limited to 'shared-core/sis_mm.c')
-rw-r--r-- | shared-core/sis_mm.c | 2 |
1 files changed, 1 insertions, 1 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; } |