Skip to content
Commit 43a56277 authored by Denis Efremov's avatar Denis Efremov Committed by Alex Deucher
Browse files

drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()



Use kfree() instead of kvfree() to free rgb_user in
calculate_user_regamma_ramp() because the memory is allocated with
kcalloc().

Signed-off-by: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 81921a82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment