Silence the radeon_freelist_get 'returning NULL' message. It's not an error

& just confuses people.
main
Keith Whitwell 2002-11-25 09:34:47 +00:00
parent b96f48a89c
commit a654424ca1
2 changed files with 2 additions and 2 deletions

View File

@ -1497,7 +1497,7 @@ drm_buf_t *radeon_freelist_get( drm_device_t *dev )
}
}
DRM_ERROR( "returning NULL!\n" );
DRM_DEBUG( "returning NULL!\n" );
return NULL;
}
#if 0

View File

@ -1497,7 +1497,7 @@ drm_buf_t *radeon_freelist_get( drm_device_t *dev )
}
}
DRM_ERROR( "returning NULL!\n" );
DRM_DEBUG( "returning NULL!\n" );
return NULL;
}
#if 0