Commit 6d7283b
committed
clk: rp1: Fix rp1_pll_divider_determine_rate
The determine_rate member of clk_ops returns the rate to the caller by
modifying the pass-by-reference req structure. Its actual return value
is a status code.
Signed-off-by: Phil Elwell <[email protected]>1 parent 195f5c6 commit 6d7283b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | | - | |
775 | | - | |
776 | | - | |
| 774 | + | |
777 | 775 | | |
778 | 776 | | |
779 | 777 | | |
| |||
0 commit comments