drm/exynos: Cleanup warning
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 24 Aug 2012 20:26:18 +0000 (13:26 -0700)
committerGerrit <chrome-bot@google.com>
Sat, 25 Aug 2012 01:26:58 +0000 (18:26 -0700)
BUG=none
TEST=compiles

Change-Id: Ie0ec41c7d3721f85e1dce4f07241ecfbd80cbed4
Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/31388
Reviewed-by: Mandeep Singh Baines <msb@chromium.org>
drivers/gpu/drm/exynos/exynos_drm_connector.c

index 55c050b..ebecea6 100644 (file)
@@ -158,7 +158,7 @@ static int exynos_drm_connector_get_modes(struct drm_connector *connector)
 
                for (count = 0;count < MAX_NR_PANELS;count++) {
                        if(panel[count].timing.xres == -1 && panel[count].timing.yres == -1) {
-                               DRM_DEBUG_KMS("panel %d count%d\n",panel,count);
+                               DRM_DEBUG_KMS("panel %p count %d\n",panel,count);
                                break;
                        }
                        mode = drm_mode_create(connector->dev);