From 82b645dc74218fd8d1ed10d045128002f0c1f705 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Mon, 29 Jan 2001 17:46:23 +0000 Subject: Corresponding sync with PCI GART updates. --- linux-core/r128_drv.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linux-core/r128_drv.c') diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 62185b58..cd5c0e88 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -37,7 +37,7 @@ #define R128_NAME "r128" #define R128_DESC "ATI Rage 128" -#define R128_DATE "20010125" +#define R128_DATE "20010130" #define R128_MAJOR 2 #define R128_MINOR 1 #define R128_PATCHLEVEL 4 @@ -563,12 +563,6 @@ int r128_ioctl(struct inode *inode, struct file *filp, } } -#if 0 - if ( retcode ) { - DRM_INFO( "%s 0x%x ret = %d\n", __FUNCTION__, nr, retcode ); - } -#endif - atomic_dec(&dev->ioctl_count); return retcode; } -- cgit v1.2.3