summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/radeon_state.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-30 02:07:50 +0000
committerdim <dim@FreeBSD.org>2011-12-30 02:07:50 +0000
commit6e081ed8fe33bc95f21583f133b902237f803095 (patch)
treea189f72f642ef8a2721bf42faf92df91bbfa2cb1 /sys/dev/drm/radeon_state.c
parentadbe8c42f79bf4991f2e9bb6d301e3f99a44f923 (diff)
downloadFreeBSD-src-6e081ed8fe33bc95f21583f133b902237f803095.zip
FreeBSD-src-6e081ed8fe33bc95f21583f133b902237f803095.tar.gz
In sys/dev/drm/radeon_state.c, use the correct printf length modifiers
for ints. MFC after: 1 week
Diffstat (limited to 'sys/dev/drm/radeon_state.c')
-rw-r--r--sys/dev/drm/radeon_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c
index 8061501..b334a88 100644
--- a/sys/dev/drm/radeon_state.c
+++ b/sys/dev/drm/radeon_state.c
@@ -1745,7 +1745,7 @@ static int radeon_cp_dispatch_texture(struct drm_device * dev,
DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
do {
- DRM_DEBUG("tex: ofs=0x%x p=%d f=%d x=%hd y=%hd w=%hd h=%hd\n",
+ DRM_DEBUG("tex: ofs=0x%x p=%d f=%d x=%d y=%d w=%d h=%d\n",
tex->offset >> 10, tex->pitch, tex->format,
image->x, image->y, image->width, image->height);
OpenPOWER on IntegriCloud