aboutsummaryrefslogtreecommitdiff
path: root/linux-core/r128_drv.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2001-01-29 17:46:23 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2001-01-29 17:46:23 +0000
commit82b645dc74218fd8d1ed10d045128002f0c1f705 (patch)
tree24d59f15d2e2ad4da325c3dd665b4db93c7bddf3 /linux-core/r128_drv.c
parent5f67507e65a38cf6d33290299937c6bad98fcc6e (diff)
Corresponding sync with PCI GART updates.
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r--linux-core/r128_drv.c8
1 files changed, 1 insertions, 7 deletions
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;
}