mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
lib/igt_fb: don't forget to close parens on message printed
Restore the anxiety levels back to the normal values. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
bbd193b478
commit
f974422c21
@ -424,7 +424,7 @@ igt_create_fb_with_bo_size(int fd, int width, int height,
|
|||||||
|
|
||||||
bpp = igt_drm_format_to_bpp(format);
|
bpp = igt_drm_format_to_bpp(format);
|
||||||
|
|
||||||
igt_debug("%s(width=%d, height=%d, format=0x%x [bpp=%d], tiling=0x%"PRIx64", size=%d\n",
|
igt_debug("%s(width=%d, height=%d, format=0x%x [bpp=%d], tiling=0x%"PRIx64", size=%d)\n",
|
||||||
__func__, width, height, format, bpp, tiling, bo_size);
|
__func__, width, height, format, bpp, tiling, bo_size);
|
||||||
do_or_die(create_bo_for_fb(fd, width, height, bpp, tiling, bo_size,
|
do_or_die(create_bo_for_fb(fd, width, height, bpp, tiling, bo_size,
|
||||||
&fb->gem_handle, &fb->size, &fb->stride));
|
&fb->gem_handle, &fb->size, &fb->stride));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user