summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mgag200
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-11-05 03:21:17 (GMT)
committerDave Airlie <airlied@redhat.com>2013-11-08 05:49:43 (GMT)
commitec61f5eb5895926a7ad8bb4472bdc95dc1e44764 (patch)
tree03e8525adb5dd55416d6cca59c8cd0f59f2b6023 /drivers/gpu/drm/mgag200
parent212c444baa4efe0077fb2a07a65ccb3011b94e8f (diff)
downloadlinux-ec61f5eb5895926a7ad8bb4472bdc95dc1e44764.tar.xz
drm/mgag200: drop pointless info print.
This isn't useful anymore. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/mgag200')
-rw-r--r--drivers/gpu/drm/mgag200/mgag200_mode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag200/mgag200_mode.c
index 503a414..ee6ed63 100644
--- a/drivers/gpu/drm/mgag200/mgag200_mode.c
+++ b/drivers/gpu/drm/mgag200/mgag200_mode.c
@@ -765,8 +765,6 @@ static int mga_crtc_do_set_base(struct drm_crtc *crtc,
}
mgag200_bo_unreserve(bo);
- DRM_INFO("mga base %llx\n", gpu_addr);
-
mga_set_start_address(crtc, (u32)gpu_addr);
return 0;