]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/agp/compat_ioctl.c
Merge branches 'ns9x' and 'machtypes' into devel
[mv-sheeva.git] / drivers / char / agp / compat_ioctl.c
index 39275794fe63a433edd5760b740af63ee12bf062..58c57cb2518cc7dcd4322c4bfbd97eeab69afdcb 100644 (file)
@@ -214,7 +214,7 @@ long compat_agp_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                ret_val = -EINVAL;
                goto ioctl_out;
        }
-       if ((agp_fe.backend_acquired != TRUE) &&
+       if ((agp_fe.backend_acquired != true) &&
            (cmd != AGPIOC_ACQUIRE32)) {
                ret_val = -EBUSY;
                goto ioctl_out;