Hi Alexey, On 7/13/26 8:35 PM, Alexey Charkov wrote:
The calculation in rockchip_rk3588_pll_k_get() uses an intermediate variable misleadingly named fout, which is not the output frequency.Drop it and inline its calculation into the k assignment, which also improves clarity. While at that, also drop the redundant reassignment of fref which doesn't change within this function.
Reviewed-by: Quentin Schulz <[email protected]> Thanks! Quentin
