From: oga Date: Tue, 15 Jul 2008 16:57:48 +0000 (+0000) Subject: Remove some debug code that i forgot to remove in a previous commit. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0d6029b6ede2edcb1f225f8cbf67e246d9a04f4a;p=openbsd Remove some debug code that i forgot to remove in a previous commit. Pointed out by Chris Cappuccio, thanks! --- diff --git a/sys/dev/pci/drm/radeon_cp.c b/sys/dev/pci/drm/radeon_cp.c index 9b1ea8558b2..0d47eb02859 100644 --- a/sys/dev/pci/drm/radeon_cp.c +++ b/sys/dev/pci/drm/radeon_cp.c @@ -223,9 +223,6 @@ static int radeon_do_wait_for_fifo(drm_radeon_private_t * dev_priv, int entries) return 0; DRM_UDELAY(1); } - DRM_INFO("wait for fifo failed status : 0x%08X 0x%08X\n", - RADEON_READ(RADEON_RBBM_STATUS), - RADEON_READ(R300_VAP_CNTL_STATUS)); #if RADEON_FIFO_DEBUG DRM_ERROR("failed!\n"); @@ -252,9 +249,6 @@ static int radeon_do_wait_for_idle(drm_radeon_private_t * dev_priv) } DRM_UDELAY(1); } - DRM_INFO("wait idle failed status : 0x%08X 0x%08X\n", - RADEON_READ(RADEON_RBBM_STATUS), - RADEON_READ(R300_VAP_CNTL_STATUS)); #if RADEON_FIFO_DEBUG DRM_ERROR("failed!\n");