Skip to content

scmi_perf: Correct the return status of scmi_perf_process_event

Darryl Green requested to merge github/fork/chandnich/scmi_perf_fix into master

Created by: chandnich

Currently, when perf_prot_ops_process_events function returns successfully the scmi_perf_process_event function returns an error condition. Correct this behaviour so that the function does not return an error condition during successful case.

Merge request reports