]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/drm/i915_mem.c
drm: run cleanfile across drm tree
[linux-2.6-omap-h63xx.git] / drivers / char / drm / i915_mem.c
index 56fb9b30a5d7453aa824a31b1e6ec93c988d5c6d..d360896f38a65c26429eda50277ab6266bd16277 100644 (file)
@@ -375,7 +375,7 @@ int i915_mem_destroy_heap( struct drm_device *dev, void *data,
                DRM_ERROR("get_heap failed");
                return -EFAULT;
        }
-       
+
        if (!*heap) {
                DRM_ERROR("heap not initialized?");
                return -EFAULT;
@@ -384,4 +384,3 @@ int i915_mem_destroy_heap( struct drm_device *dev, void *data,
        i915_mem_takedown( heap );
        return 0;
 }
-