From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- 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