diff options
Diffstat (limited to 'linux/mga_dma.c')
-rw-r--r-- | linux/mga_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/mga_dma.c b/linux/mga_dma.c index 9fafa297..c54a588e 100644 --- a/linux/mga_dma.c +++ b/linux/mga_dma.c @@ -288,8 +288,8 @@ static int mga_freelist_init( drm_device_t *dev ) drm_mga_buf_priv_t *buf_priv; drm_mga_freelist_t *entry; int i; - DRM_INFO( "%s: count=%d\n", - __FUNCTION__, dma->buf_count ); + DRM_DEBUG( "%s: count=%d\n", + __FUNCTION__, dma->buf_count ); dev_priv->head = DRM(alloc)( sizeof(drm_mga_freelist_t), DRM_MEM_DRIVER ); |