]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
drm: fb: cma: Fix typo in debug message
authorThierry Reding <thierry.reding@avionic-design.de>
Sat, 20 Oct 2012 10:32:46 +0000 (10:32 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Oct 2012 00:14:54 +0000 (10:14 +1000)
The debug message showing the resolution of a framebuffer to be
allocated is missing a closing parenthesis.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_cma_helper.c

index 09e11a5d921a4487b273bcdc2c479e4a26f90301..d6c80a34b83012316c0e1ddaebeaee8eccc7d213 100644 (file)
@@ -206,7 +206,7 @@ static int drm_fbdev_cma_create(struct drm_fb_helper *helper,
        size_t size;
        int ret;
 
-       DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d\n",
+       DRM_DEBUG_KMS("surface width(%d), height(%d) and bpp(%d)\n",
                        sizes->surface_width, sizes->surface_height,
                        sizes->surface_bpp);