diff options
author | Keith Packard <keithp@keithp.com> | 2008-05-05 14:32:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-05-05 14:32:01 -0700 |
commit | d59a9300ec2ec5d6dc606f847a7589c197994793 (patch) | |
tree | fd625c4e7c7481cae9f589056f7c2c1ca153755a /shared-core/i915_dma.c | |
parent | f0bc796a028dc7c6281d3d0cb2deef9df37e380a (diff) |
Remove some debug messages.
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r-- | shared-core/i915_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c index f23e2a36..4bf37325 100644 --- a/shared-core/i915_dma.c +++ b/shared-core/i915_dma.c @@ -470,7 +470,6 @@ int i915_emit_box(struct drm_device * dev, return -EFAULT; } - DRM_INFO ("box %d,%d - %d,%d\n", box.x1, box.y1, box.x2, box.y2); if (box.y2 <= box.y1 || box.x2 <= box.x1 || box.y2 <= 0 || box.x2 <= 0) { DRM_ERROR("Bad box %d,%d..%d,%d\n", box.x1, box.y1, box.x2, box.y2); |