Browse Source

drm/mgag200: drop pointless info print.

This isn't useful anymore.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Dave Airlie 11 years ago
parent
commit
ec61f5eb58
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/gpu/drm/mgag200/mgag200_mode.c

+ 0 - 2
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;