Silence the radeon_freelist_get 'returning NULL' message. It's not an error
& just confuses people.main
parent
b96f48a89c
commit
a654424ca1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue