summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-08-14 09:14:56 +1000
committerDave Airlie <airlied@redhat.com>2008-08-14 09:14:56 +1000
commit58df2fa0ecc7e4dac83b4e7a72d70c3ea41c7ed2 (patch)
treec08c72fdce55e26189c6ae2f297dce337324a2a0 /linux-core
parentb0ee12e6bb55655c92184483a065780529c8aa63 (diff)
radeon: remove debugging
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/radeon_gem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/radeon_gem.c b/linux-core/radeon_gem.c
index ebba3cfe..4b9b1d38 100644
--- a/linux-core/radeon_gem.c
+++ b/linux-core/radeon_gem.c
@@ -1152,7 +1152,6 @@ void radeon_gem_update_offsets(struct drm_device *dev, struct drm_master *master
struct drm_radeon_gem_object *obj_priv;
/* update front_pitch_offset and back_pitch_offset */
- DRM_ERROR("old front %x back %x\n", dev_priv->front_pitch_offset, dev_priv->back_pitch_offset);
obj = gem_object_get(dev, sarea_priv->front_handle);
if (obj) {
obj_priv = obj->driver_private;