[bk tree] [drm] minor macro removal fix...

From: Dave Airlie
Date: Mon Sep 20 2004 - 05:59:09 EST



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 <airlied@xxxxxxxx>

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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/