radeon: disable debugging message

This commit is contained in:
Dave Airlie 2008-11-03 09:51:33 +10:00
parent 28c9eb7b74
commit d3aa052f61

View file

@ -294,7 +294,7 @@ int radeon_mem_init_heap(struct drm_device *dev, void *data, struct drm_file *fi
return -EFAULT;
if (*heap) {
DRM_ERROR("heap already initialized?");
DRM_DEBUG("heap already initialized?");
return -EFAULT;
}