Skip to content
Snippets Groups Projects
Commit e434b4c9 authored by Zhipeng Lu's avatar Zhipeng Lu Committed by Frieder Schrempf
Browse files

drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table


[ Upstream commit 28c28d7f ]

The rdev->pm.dpm.ps allocated by kcalloc should be freed in every
following error-handling path. However, in the error-handling of
rdev->pm.power_state[i].clock_info the rdev->pm.dpm.ps is not freed,
resulting in a memleak in this function.

Fixes: d70229f7 ("drm/radeon/kms: add dpm support for trinity asics")
Signed-off-by: default avatarZhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a3dfbd6f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment