Commit d4fdea1a authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial fix missing "return WR_SPLL_OK" in spec_adjust_phase function

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 44ae35f4
...@@ -55,6 +55,7 @@ int spec_adjust_counters(int64_t adjust_sec, int32_t adjust_nsec) ...@@ -55,6 +55,7 @@ int spec_adjust_counters(int64_t adjust_sec, int32_t adjust_nsec)
int spec_adjust_phase(int32_t phase_ps) int spec_adjust_phase(int32_t phase_ps)
{ {
spll_set_phase_shift(SPLL_ALL_CHANNELS, phase_ps); spll_set_phase_shift(SPLL_ALL_CHANNELS, phase_ps);
return WR_SPLL_OK;
} }
int wr_locking_enable(struct pp_instance *ppi) int wr_locking_enable(struct pp_instance *ppi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment