From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:41:34 +0000
Subject: [PATCH] add gpio led uart

---
 kernel/drivers/gpu/arm/mali400/mali/linux/mali_memory_manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/drivers/gpu/arm/mali400/mali/linux/mali_memory_manager.c b/kernel/drivers/gpu/arm/mali400/mali/linux/mali_memory_manager.c
index 27dee0f..6c0a2e9 100644
--- a/kernel/drivers/gpu/arm/mali400/mali/linux/mali_memory_manager.c
+++ b/kernel/drivers/gpu/arm/mali400/mali/linux/mali_memory_manager.c
@@ -592,7 +592,6 @@
 failed_prepare_map:
 	mali_mem_backend_struct_destory(&mem_backend, mali_allocation->backend_handle);
 failed_alloc_backend:
-
 	mali_vma_offset_remove(&session->allocation_mgr, &mali_allocation->mali_vma_node);
 	mali_mem_allocation_struct_destory(mali_allocation);
 

--
Gitblit v1.6.2