commit | 9516b030b484fc99cf24213caf88df01f99248dd | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Jun 19 10:42:17 2008 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 19 10:42:17 2008 +1000 |
tree | ffe28d3a70d9f7b29eb9f438e52e78d79f5e3ad1 | |
parent | c72580129209aaa509ace81c1f2ee1caa9c9774b [diff] [blame] |
agp: more boolean conversions. Signed-off-by: Dave Airlie <airlied@redhat.com>
diff --git a/drivers/char/agp/compat_ioctl.c b/drivers/char/agp/compat_ioctl.c index 3927579..58c57cb 100644 --- a/drivers/char/agp/compat_ioctl.c +++ b/drivers/char/agp/compat_ioctl.c
@@ -214,7 +214,7 @@ 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;