scmi_perf: Correct the return status of scmi_perf_process_event
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.