
24 Jan
2023
24 Jan
'23
11:55 a.m.
This was added by mistake and renders the function useless. Fix it.
Signed-off-by: Simon Glass sjg@chromium.org Fixes: 33c60a38bb9 ("trace: Use notrace for short") Reported-by: Stefan Herbrechtsmeier stefan.herbrechtsmeier-oss@weidmueller.com ---
common/spl/spl_fit.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index 9ae3e5e35d4..c51482b3b65 100644 --- a/common/spl/spl_fit.c +++ b/common/spl/spl_fit.c @@ -591,7 +591,6 @@ static int spl_fit_upload_fpga(struct spl_fit_info *ctx, int node, debug("Ignoring compatible = %s property\n", compatible); } - return 0;
ret = fpga_load(devnum, (void *)fpga_image->load_addr, fpga_image->size, BIT_FULL, flags);
--
2.39.0.246.g2a6d74b583-goog