]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2cd05a6d08f9d6df3300a1e5c1a56038e6b03c47
tree5566d42ee4d432c00caeac13b6f4e0bb85930445
parent0450d3c165002538ed1f5507332bb95af746ae20
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: a4ee543ae81 ("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