On Thu, 5 Dec 2024 13:18:49 -0800 Zaid Alali <zaidal@xxxxxxxxxxxxxxxxxxxxxx> wrote: > A single call to einj_get_available_error_type in init function is > sufficient to save the return value in a global variable to be used > later in various places in the code. This commit does not introduce > any functional changes, but only removing unnecessary redundant > function calls. > > Signed-off-by: Zaid Alali <zaidal@xxxxxxxxxxxxxxxxxxxxxx> ok. I guess this is ok given how many globals are in use in here already. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>