From eeae6a0a3885f9af9efba7c1e1bcb1e633635717 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 5 Sep 2004 10:54:59 +0000 Subject: merge back bunch of whitespace and misc changes from kernel --- linux-core/i810_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i810_dma.c') diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index fe8f5c1d..43c044c0 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -242,7 +242,7 @@ int i810_dma_cleanup(drm_device_t *dev) * may not have been called from userspace and after dev_private * is freed, it's too late. */ - if ( drm_core_check_feature(dev, DRIVER_HAVE_IRQ) && dev->irq_enabled ) + if (drm_core_check_feature(dev, DRIVER_HAVE_IRQ) && dev->irq_enabled) DRM(irq_uninstall)(dev); if (dev->dev_private) { -- cgit v1.2.3