mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 04:50:11 +01:00
Try that again. It's a long.
This commit is contained in:
parent
a9e1a57d6d
commit
a64dab1323
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue