summaryrefslogtreecommitdiff
path: root/shared-core/via_mm.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-01-02 03:25:49 +0000
committerDave Airlie <airlied@linux.ie>2006-01-02 03:25:49 +0000
commit42cd50fa905aea4fcdbab9ce39a54551a9a1baa9 (patch)
treefc98c3e2cf7ffb8386c20e21389ae736eaa8e245 /shared-core/via_mm.c
parent26462b9aa47179e724e78f0b3b1c86fd07f61d8d (diff)
Realign via driver with changes in Linux kernel (mainly whitespace)
Diffstat (limited to 'shared-core/via_mm.c')
-rw-r--r--shared-core/via_mm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/shared-core/via_mm.c b/shared-core/via_mm.c
index e9c3d0a0..8f175a7d 100644
--- a/shared-core/via_mm.c
+++ b/shared-core/via_mm.c
@@ -81,7 +81,8 @@ int via_agp_init(DRM_IOCTL_ARGS)
AgpHeap = via_mmInit(agp.offset, agp.size);
- DRM_DEBUG("offset = %lu, size = %lu", (unsigned long)agp.offset, (unsigned long)agp.size);
+ DRM_DEBUG("offset = %lu, size = %lu", (unsigned long)agp.offset,
+ (unsigned long)agp.size);
return 0;
}
@@ -97,7 +98,8 @@ int via_fb_init(DRM_IOCTL_ARGS)
FBHeap = via_mmInit(fb.offset, fb.size);
- DRM_DEBUG("offset = %lu, size = %lu", (unsigned long)fb.offset, (unsigned long)fb.size);
+ DRM_DEBUG("offset = %lu, size = %lu", (unsigned long)fb.offset,
+ (unsigned long)fb.size);
return 0;
}
@@ -173,7 +175,6 @@ int via_final_context(struct drm_device *dev, int context)
}
via_release_futex(dev_priv, context);
-
#if defined(__linux__)
/* Linux specific until context tracking code gets ported to BSD */
/* Last context, perform cleanup */