commit | 69a3e0779aab4ca4a2f6280fcbfd85bab5ae4256 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 24 03:55:10 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | 5566d42ee4d432c00caeac13b6f4e0bb85930445 | |
parent | 4599bb7d79463da7e53b8920c759ad2a172ae2a5 [diff] |
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>