drm: remove unneeded debugging
authorDave Airlie <airlied@redhat.com>
Mon, 4 Aug 2008 04:52:58 +0000 (14:52 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 4 Aug 2008 04:52:58 +0000 (14:52 +1000)
linux-core/ati_pcigart.c

index 3aa445e..48c7988 100644 (file)
@@ -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;
        }