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/drm_drv.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'linux/drm_drv.h') diff --git a/linux/drm_drv.h b/linux/drm_drv.h index 2c1719da..af372b2e 100644 --- a/linux/drm_drv.h +++ b/linux/drm_drv.h @@ -52,8 +52,6 @@ * OTHER DEALINGS IN THE SOFTWARE. */ - - #ifndef __HAVE_COUNTERS #define __HAVE_COUNTERS 0 #endif @@ -348,7 +346,7 @@ static int DRM(takedown)( drm_device_t *dev ) } /* Clear AGP information */ - if ( drm_core_has_AGP(dev) && dev->agp ) { + if (drm_core_has_AGP(dev) && dev->agp) { drm_agp_mem_t *entry; drm_agp_mem_t *nexte; @@ -412,7 +410,7 @@ static int DRM(takedown)( drm_device_t *dev ) } - if ( drm_core_check_feature(dev, DRIVER_DMA_QUEUE) && dev->queuelist ) { + if (drm_core_check_feature(dev, DRIVER_DMA_QUEUE) && dev->queuelist) { for ( i = 0 ; i < dev->queue_count ; i++ ) { if ( dev->queuelist[i] ) { @@ -437,7 +435,6 @@ static int DRM(takedown)( drm_device_t *dev ) dev->lock.filp = NULL; wake_up_interruptible( &dev->lock.lock_queue ); } - up( &dev->struct_sem ); return 0; @@ -509,7 +506,7 @@ static int drm_probe(struct pci_dev *pdev, const struct pci_device_id *ent) if (drm_core_has_AGP(dev)) { dev->agp = DRM(agp_init)(); - if ( drm_core_check_feature(dev, DRIVER_REQUIRE_AGP) && dev->agp == NULL ) { + if (drm_core_check_feature(dev, DRIVER_REQUIRE_AGP) && (dev->agp == NULL)) { DRM_ERROR( "Cannot initialize the agpgart module.\n" ); retcode = -EINVAL; goto error_out_unreg; -- cgit v1.2.3