From b441200e48f163d3945f5a343666d4fde967f080 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Mon, 23 Nov 2009 18:52:17 +0000 Subject: remove a debug printf that won't compile anymore. --- sys/dev/pci/drm/ati_pcigart.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/drm/ati_pcigart.c b/sys/dev/pci/drm/ati_pcigart.c index b9a5c4c55c9..2a932db58f3 100644 --- a/sys/dev/pci/drm/ati_pcigart.c +++ b/sys/dev/pci/drm/ati_pcigart.c @@ -131,8 +131,6 @@ drm_ati_pcigart_init(struct drm_device *dev, gart_info->bus_addr = gart_info->tbl.dma.mem->map->dm_segs[0].ds_addr; } else { - DRM_DEBUG("PCI: Gart Table: VRAM %08X mapped at %08lX\n", - (unsigned int)bus_address, (unsigned long)address); bus_space_set_region_1(gart_info->tbl.fb.bst, gart_info->tbl.fb.bsh, 0, 0, gart_info->table_size); } -- cgit v1.2.3