soc: rockchip: opp_select: Relax superfluous check when add pvtpll length

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Ifb4989404ec80827b68006c799fed6ba853424bc
This commit is contained in:
Finley Xiao
2023-03-07 19:40:55 +08:00
committed by Tao Huang
parent 14608198ad
commit 07d149488e

View File

@@ -994,7 +994,7 @@ void rockchip_pvtpll_add_length(struct rockchip_opp_info *info)
u32 opp_flag = 0;
int ret;
if (!info || !info->grf)
if (!info)
return;
np = of_parse_phandle(info->dev->of_node, "operating-points-v2", 0);