Degrade uninformative error message to debug message, as in other drivers

main
Michel Daenzer 2003-07-26 15:59:09 +00:00
parent aaf2105be9
commit c26ffeafca
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}