aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-11-04 22:21:17 -0500
committerDave Airlie <airlied@redhat.com>2013-11-08 00:49:43 -0500
commitec61f5eb5895926a7ad8bb4472bdc95dc1e44764 (patch)
tree03e8525adb5dd55416d6cca59c8cd0f59f2b6023
parent212c444baa4efe0077fb2a07a65ccb3011b94e8f (diff)
drm/mgag200: drop pointless info print.
This isn't useful anymore. Signed-off-by: Dave Airlie <airlied@redhat.com>
-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 503a414cbdad..ee6ed633b7b1 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,
765 } 765 }
766 mgag200_bo_unreserve(bo); 766 mgag200_bo_unreserve(bo);
767 767
768 DRM_INFO("mga base %llx\n", gpu_addr);
769
770 mga_set_start_address(crtc, (u32)gpu_addr); 768 mga_set_start_address(crtc, (u32)gpu_addr);
771 769
772 return 0; 770 return 0;