diff options
author | Dave Airlie <airlied@redhat.com> | 2008-08-04 14:52:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-08-04 14:52:58 +1000 |
commit | 922f74f3c95fae39ffe8cf0659fa47e0bc354076 (patch) | |
tree | a9e7aa02305a79ee2db3f4330ac36546b3634846 /linux-core | |
parent | 296073dc5f0bf3f8b74a7d6db48b05c09a1b9242 (diff) |
drm: remove unneeded debugging
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/ati_pcigart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c index 3aa445e8..48c7988f 100644 --- a/linux-core/ati_pcigart.c +++ b/linux-core/ati_pcigart.c @@ -111,7 +111,6 @@ int drm_ati_pcigart_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info /* we need to support large memory configurations */ if (!entry) { - DRM_ERROR("no scatter/gather memory!\n"); return 0; } |