Skip to content

Commit

Permalink
drm/mgag200: drop pointless info print.
Browse files Browse the repository at this point in the history
This isn't useful anymore.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Nov 8, 2013
1 parent 212c444 commit ec61f5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/mgag200/mgag200_mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec61f5e

Please sign in to comment.