]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/ttm/ttm_bo.c
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
[linux.git] / drivers / gpu / drm / ttm / ttm_bo.c
index e340d0d664292c640a3615bb91d5e5906df8946e..b1c1d8f42c8c3a22c57bbcefed593fc0346d85c3 100644 (file)
@@ -146,7 +146,6 @@ static void ttm_bo_release_list(struct kref *list_kref)
        BUG_ON(bo->mem.mm_node != NULL);
        BUG_ON(!list_empty(&bo->lru));
        BUG_ON(!list_empty(&bo->ddestroy));
-
        ttm_tt_destroy(bo->ttm);
        atomic_dec(&bo->glob->bo_count);
        fence_put(bo->moving);