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:
Finley Xiao
2019-04-24 21:12:36 +08:00
committed by Tao Huang
parent b8005b0a3a
commit 3f3593b1bc

View File

@@ -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);