mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
227a0a85bd
PD#SWPL-214036 Problem: kfree memory allocated by devm_kzalloc would cause memory issue Solution: 1. init opp_table and dsu_opp_table to NULL. 2. use devm_kfree to free memory allocated by devm_kzalloc. Verify: t6d Change-Id: Iffff276fe505dd76f39755006fc49dba8cfd8eef Signed-off-by: Xingxing Wang <xingxing.wang@amlogic.com>