projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c9eb7
)
radeon: disable debugging message
author
Dave Airlie
<airlied@redhat.com>
Sun, 2 Nov 2008 23:51:33 +0000
(09:51 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 2 Nov 2008 23:51:33 +0000
(09:51 +1000)
shared-core/radeon_mem.c
patch
|
blob
|
history
diff --git
a/shared-core/radeon_mem.c
b/shared-core/radeon_mem.c
index
dbd73c5
..
2622cf3
100644
(file)
--- a/
shared-core/radeon_mem.c
+++ b/
shared-core/radeon_mem.c
@@
-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;
}