From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 05 Jan 2024 08:39:27 +0000
Subject: [PATCH] change wifi driver to cypress

---
 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