commit | c32177d7a28f5ec014582b44cf82af32d05797d8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Sep 04 15:06:35 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 06 13:47:24 2023 -0400 |
tree | 6ecc74e2b0039c8348ada10d4d15696d6577903b | |
parent | f4d52f6433e6fb04a31dfac304ec6e63d3a35f10 [diff] |
riscv: Correct event usage for riscv_cpu_probe/setup With having both an EVENT_SPY_SIMPLE setup for both riscv_cpu_probe and riscv_cpu_setup we do not need the latter function to call the former function as it will already have been done in time. Fixes: 1c55d62fb9cc ("riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callback") Tested-by: Milan P. Stanić <mps@arvanta.net> Signed-off-by: Tom Rini <trini@konsulko.com>