Smatch reported two issues, firstly attempting to compare a u8 to a 16 bit macro and secondly a potentially uninitialised variable.
Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org> --- Andrew Goodbody (2): remoteproc: ti_k3_arm64: Cannot set or compare u8 to 16bits remoteproc: k3-r5: Ensure ret is initialised drivers/remoteproc/ti_k3_arm64_rproc.c | 2 +- drivers/remoteproc/ti_k3_r5f_rproc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- base-commit: 123cd77122a13288e1552b5d9b7c22a6f19e2e02 change-id: 20250808-remoteproc_tik3-0f67bb6b85d7 Best regards, -- Andrew Goodbody <andrew.goodb...@linaro.org>