spl: Drop unwanted return in spl_fit_upload_fpga()
authorSimon Glass <sjg@chromium.org>
Tue, 24 Jan 2023 10:55:10 +0000 (03:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000 (13:04 -0500)
commit69a3e0779aab4ca4a2f6280fcbfd85bab5ae4256
tree5566d42ee4d432c00caeac13b6f4e0bb85930445
parent4599bb7d79463da7e53b8920c759ad2a172ae2a5
spl: Drop unwanted return in spl_fit_upload_fpga()

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>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
common/spl/spl_fit.c