commit | 0ee48252b456f310225fa8dd0f3a9921cfcf3399 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:40 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:48 2020 -0500 |
tree | f580fa4d2d2076d00d034d79f011885e5ca0169f | |
parent | 6b8d3ceaf59a6c4a2d3930aa8fa0c33e15093498 [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>