[git pull] drm fix for 2.6.28 final

From: Dave Airlie
Date: Mon Dec 22 2008 - 19:55:30 EST



Hi Linus,

Please pull the 'drm-fixes' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

This fixes a reported regression in the radeon irq handler.

Dave.

drivers/gpu/drm/radeon/radeon_irq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

commit 077ebed54fe66612f58b076628a72eca2be8df90
Author: Dave Airlie <airlied@xxxxxxxxxx>
Date: Mon Dec 22 17:11:02 2008 +1000

drm/radeon: fix correctness of irq_enabled check for radeon.

This check was introduced with the logic the wrong way around.

Fixes regression: http://bugzilla.kernel.org/show_bug.cgi?id=12216

Tested-by: François Valenduc <francois.valenduc@xxxxxxxxxxxxx>
Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx>