diff options
author | Dave Airlie <airlied@linux.ie> | 2004-09-20 10:45:53 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-09-20 10:45:53 +0000 |
commit | fa75a81c9acbae7282e2ea5596f04a6b359c95e9 (patch) | |
tree | a6b08608a28578cf4e20bc3d5a8cbb5f3f931730 /linux-core | |
parent | c15b1d15ffbf41ed60cd807d13f031c8f270f887 (diff) |
another fix after the macro stuff
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_scatter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_scatter.c b/linux-core/drm_scatter.c index b1f3d846..436a0170 100644 --- a/linux-core/drm_scatter.c +++ b/linux-core/drm_scatter.c @@ -209,7 +209,7 @@ int DRM(sg_free)( struct inode *inode, struct file *filp, drm_scatter_gather_t request; drm_sg_mem_t *entry; - if (drm_core_check_feature(dev, DRIVER_SG)) + if (!drm_core_check_feature(dev, DRIVER_SG)) return -EINVAL; if ( copy_from_user( &request, |