mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
soc: rockchip: system_monitor: Remove unused kfree
Change-Id: If249c0b67e13fe61f7ac7aa2168784c412e35d4c Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -1059,7 +1059,6 @@ void rockchip_system_monitor_unregister(struct monitor_dev_info *info)
|
||||
devm_devfreq_unregister_notifier(info->dev, devfreq,
|
||||
&info->devfreq_nb,
|
||||
DEVFREQ_TRANSITION_NOTIFIER);
|
||||
kfree(info->devp);
|
||||
kfree(info->low_temp_adjust_table);
|
||||
kfree(info->opp_table);
|
||||
kfree(info->freq_table);
|
||||
|
||||
Reference in New Issue
Block a user