From ed961cb428a73a35d473c27f62809ef80bde8706 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 18 Sep 2008 10:14:32 +1000 Subject: radeon: remove unneeded debugging --- linux-core/radeon_gem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux-core/radeon_gem.c') diff --git a/linux-core/radeon_gem.c b/linux-core/radeon_gem.c index 12a03588..382d348b 100644 --- a/linux-core/radeon_gem.c +++ b/linux-core/radeon_gem.c @@ -612,7 +612,6 @@ static int radeon_gart_init(struct drm_device *dev) if (!dev_priv->mm.pcie_table_backup) return -EINVAL; - DRM_ERROR("pcie table bo created %p, %x\n", dev_priv->mm.pcie_table.bo, dev_priv->mm.pcie_table.bo->offset); ret = drm_bo_kmap(dev_priv->mm.pcie_table.bo, 0, RADEON_PCIGART_TABLE_SIZE >> PAGE_SHIFT, &dev_priv->mm.pcie_table.kmap); if (ret) -- cgit v1.2.3