Commit c29f4bed authored by Lucas Russo's avatar Lucas Russo

sm_io/*/fmc_active_clk/*: fix missing RETVAL information on si57x freq

This was causing a segfault when reading the frequency
parent 0ba8e9e2
......@@ -181,7 +181,7 @@ disp_op_t fmc_active_clk_ad9510_pll_clk_sel_exp = {
disp_op_t fmc_active_clk_si571_freq_exp = {
.name = FMC_ACTIVE_CLK_NAME_SI571_FREQ,
.opcode = FMC_ACTIVE_CLK_OPCODE_SI571_FREQ,
.retval = DISP_ARG_END,
.retval = DISP_ARG_ENCODE(DISP_ATYPE_DOUBLE, double),
.retval_owner = DISP_OWNER_OTHER,
.args = {
DISP_ARG_ENCODE(DISP_ATYPE_UINT32, uint32_t),
......
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