mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user