diff options
author | Denis Efremov <efremov@linux.com> | 2020-06-05 19:37:44 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-06-11 00:00:24 +0200 |
commit | 43a562774fceba867e8eebba977d7d42f8a2eac7 (patch) | |
tree | 6adb8ed20772787fa8c9beabf5771a8cda0ca9a9 /drivers/regulator/wm8994-regulator.c | |
parent | drm/amd/display: Use kvfree() to free coeff in build_regamma() (diff) | |
download | linux-43a562774fceba867e8eebba977d7d42f8a2eac7.tar.xz linux-43a562774fceba867e8eebba977d7d42f8a2eac7.zip |
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: Denis Efremov <efremov@linux.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/regulator/wm8994-regulator.c')
0 files changed, 0 insertions, 0 deletions