diff options
| -rw-r--r-- | bsd-core/ati_pcigart.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/ati_pcigart.c b/bsd-core/ati_pcigart.c index f6131664..71b08d68 100644 --- a/bsd-core/ati_pcigart.c +++ b/bsd-core/ati_pcigart.c @@ -65,7 +65,7 @@ int drm_ati_pcigart_init(drm_device_t *dev, unsigned long *addr,  	bzero(pci_gart, ATI_PCIGART_TABLE_SIZE); -	KASSERT(PAGE_SIZE >= ATI_PCIGART_PAGE_SIZE, "page size too small"); +	KASSERT(PAGE_SIZE >= ATI_PCIGART_PAGE_SIZE, ("page size too small"));  	for ( i = 0 ; i < pages ; i++ ) {  		page_base = (u32) dev->sg->busaddr[i];  | 
