Commit 116ab81c authored by Dave Airlie's avatar Dave Airlie

drm: complete fix for drm_scatter.h

Another issue from the macro conversion.
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent e7f10a52
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment