Skip to content
Commit 084c2296 authored by Tanmay Shah's avatar Tanmay Shah Committed by Mathieu Poirier
Browse files

drivers: remoteproc: xlnx: Fix uninitialized variable use

Fix following warning for clang compiler with W=1 option:
initialize the variable 'ret' to silence this warning
     907 |         int ret, i;
         |                ^
         |                 = 0

Fixes: a6b974b4

 ("drivers: remoteproc: xlnx: Add Versal and Versal-NET support")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404231839.oHiY9Lw8-lkp@intel.com/
Signed-off-by: default avatarTanmay Shah <tanmay.shah@amd.com>
Link: https://lore.kernel.org/r/20240423170210.1035957-1-tanmay.shah@amd.com
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent a6b974b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment