Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec61f5eb authored by Dave Airlie's avatar Dave Airlie
Browse files

drm/mgag200: drop pointless info print.



This isn't useful anymore.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 212c444b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;