summaryrefslogtreecommitdiff
path: root/linux-core/drm_drv.c
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-20 19:23:27 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-20 19:23:27 +0000
commit6f31c42fe923ff3f79a55d8c859e6ccfd3bd322d (patch)
tree62f1da478d0fd541eba121e9258b0d2623848983 /linux-core/drm_drv.c
parent59cc1d8256fb3b6e2374e52eb24da12b046aea91 (diff)
Remove size restriction on permanent addmap
Diffstat (limited to 'linux-core/drm_drv.c')
-rw-r--r--linux-core/drm_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c
index 0e5524f4..dc3c96ef 100644
--- a/linux-core/drm_drv.c
+++ b/linux-core/drm_drv.c
@@ -979,6 +979,7 @@ int DRM(ioctl)( struct inode *inode, struct file *filp,
}
atomic_dec( &dev->ioctl_count );
+ if (retcode) DRM_DEBUG( "ret = %x\n", retcode);
return retcode;
}