commit | 9dfbc24459ccb0623c76f33b359e8fedb0e6d0a7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:40 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:47 2020 +0530 |
tree | 591912b120ec5d4cb26a1755a6a2af107a0051ee | |
parent | 930c57ed9654f9fd53fe9bb0fc7d46d2e0317bbd [diff] |
common: Move flash_perror() to flash.h This function belongs more in flash.h than common.h so move it. Also remove the space before the bracket in some calls. Signed-off-by: Simon Glass <sjg@chromium.org>