From 52f0bc3c9ec722c0c8a40bb7959e7ec2eb9d8180 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Fri, 29 Sep 2000 02:05:41 +0000 Subject: More changes for sync with Linux 2.4.0-test9-pre7 --- linux/mga_context.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linux/mga_context.c') diff --git a/linux/mga_context.c b/linux/mga_context.c index 5125cff6..b26c7c98 100644 --- a/linux/mga_context.c +++ b/linux/mga_context.c @@ -199,9 +199,7 @@ int mga_rmctx(struct inode *inode, struct file *filp, unsigned int cmd, if (copy_from_user(&ctx, (drm_ctx_t *)arg, sizeof(ctx))) return -EFAULT; DRM_DEBUG("%d\n", ctx.handle); - if(ctx.handle == DRM_KERNEL_CONTEXT+1) { - priv->remove_auth_on_close = 1; - } + if(ctx.handle == DRM_KERNEL_CONTEXT+1) priv->remove_auth_on_close = 1; if(ctx.handle != DRM_KERNEL_CONTEXT) { drm_ctxbitmap_free(dev, ctx.handle); -- cgit v1.2.3