diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/ttm/ttm_page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/ttm/ttm_page_alloc.c b/sys/dev/pci/drm/ttm/ttm_page_alloc.c index a185d6173d2..cfd6707c2a7 100644 --- a/sys/dev/pci/drm/ttm/ttm_page_alloc.c +++ b/sys/dev/pci/drm/ttm/ttm_page_alloc.c @@ -860,7 +860,7 @@ int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) { WARN_ON(_manager); - printf("Initializing pool allocator\n"); + DRM_DEBUG("Initializing pool allocator\n"); _manager = malloc(sizeof(*_manager), M_DRM, M_WAITOK | M_ZERO); |