Hi Linus,
This is just another fix for a bug from the macro removal..
Please do a
bk pull bk://drm.bkbits.net/drm-2.6
This will include the latest DRM changes and will update the following files:
drivers/char/drm/drm_scatter.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
through these ChangeSets:
<airlied@starflyer.(none)> (04/09/20 1.1940)
drm: complete fix for drm_scatter.h
Another issue from the macro conversion.
Signed-off-by: Dave Airlie <[email protected]>
diff -Nru a/drivers/char/drm/drm_scatter.h b/drivers/char/drm/drm_scatter.h
--- a/drivers/char/drm/drm_scatter.h Mon Sep 20 20:52:05 2004
+++ b/drivers/char/drm/drm_scatter.h Mon Sep 20 20:52:05 2004
@@ -209,7 +209,7 @@
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,