cpufreq: amd-pstate: fix memory leak on CPU EPP exit
authorPeng Ma <andypma@tencent.com>
Thu, 16 May 2024 06:30:42 +0000 (14:30 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 16 May 2024 08:38:07 +0000 (10:38 +0200)
commitcea04f3d9aeebda9d9c063c0dfa71e739c322c81
tree9a594a12f296d728b2e4541bcc8133d238e20d87
parent0c181b1d97dc4deaa902da46740e412c0d0bf9fb
cpufreq: amd-pstate: fix memory leak on CPU EPP exit

The cpudata memory from kzalloc() in amd_pstate_epp_cpu_init() is
not freed in the analogous exit function, so fix that.

Signed-off-by: Peng Ma <andypma@tencent.com>
Acked-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Perry Yuan <Perry.Yuan@amd.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/amd-pstate.c