mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.12-rc[n] into the next branch, to allow them to get tested together with the new changes that are targeted for v6.13. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
commit
69f4d1b1cb
|
|
@ -1052,7 +1052,7 @@ static unsigned long cpr_get_opp_hz_for_req(struct dev_pm_opp *ref,
|
|||
of_parse_phandle(child_np, "required-opps", 0);
|
||||
|
||||
if (child_req_np == ref_np) {
|
||||
u64 rate;
|
||||
u64 rate = 0;
|
||||
|
||||
of_property_read_u64(child_np, "opp-hz", &rate);
|
||||
return (unsigned long) rate;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user