diff options
author | Michel Daenzer <michel@daenzer.net> | 2003-07-26 15:59:09 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2003-07-26 15:59:09 +0000 |
commit | c26ffeafca30332520660d2bef1106b56d0ef5e1 (patch) | |
tree | 1dd32ae9fd8f976a44708191a35599bf635e265a /shared | |
parent | aaf2105be967ad7f99c643b4be09cf6d3d063b65 (diff) |
Degrade uninformative error message to debug message, as in other drivers
Diffstat (limited to 'shared')
-rw-r--r-- | shared/r128_cce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128_cce.c b/shared/r128_cce.c index 3cc0ff54..fc6caf7b 100644 --- a/shared/r128_cce.c +++ b/shared/r128_cce.c @@ -876,7 +876,7 @@ drm_buf_t *r128_freelist_get( drm_device_t *dev ) DRM_UDELAY( 1 ); } - DRM_ERROR( "returning NULL!\n" ); + DRM_DEBUG( "returning NULL!\n" ); return NULL; } |