In sys/dev/drm/radeon_state.c, use the correct printf length modifiers

for ints.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-30 02:07:50 +00:00
parent 874fb554f7
commit 1acc420fe0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228979

View File

@ -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);