From: Eric Anholt Date: Sun, 29 Sep 2002 23:56:17 +0000 (+0000) Subject: Remove some noise being spit to the console. X-Git-Tag: submit/1.0/20121108.012404~2469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=537f2208f00069913c161750baef82964d0e870e;p=profile%2Fivi%2Flibdrm.git Remove some noise being spit to the console. --- diff --git a/bsd-core/drm_bufs.c b/bsd-core/drm_bufs.c index 46dc1c9..7d56d0a 100644 --- a/bsd-core/drm_bufs.c +++ b/bsd-core/drm_bufs.c @@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS ) break; case _DRM_SHM: - DRM_INFO( "%ld %d %d\n", - map->size, DRM(order)( map->size ), PAGE_SHIFT); map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA); DRM_DEBUG( "%ld %d %p\n", map->size, DRM(order)( map->size ), map->handle ); diff --git a/bsd/drm_bufs.h b/bsd/drm_bufs.h index 46dc1c9..7d56d0a 100644 --- a/bsd/drm_bufs.h +++ b/bsd/drm_bufs.h @@ -141,8 +141,6 @@ int DRM(addmap)( DRM_IOCTL_ARGS ) break; case _DRM_SHM: - DRM_INFO( "%ld %d %d\n", - map->size, DRM(order)( map->size ), PAGE_SHIFT); map->handle = (void *)DRM(alloc)(map->size, DRM_MEM_SAREA); DRM_DEBUG( "%ld %d %p\n", map->size, DRM(order)( map->size ), map->handle );