commit | fdf5599ebc37f047f9180e9025b9ec4f175dc85e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Oct 17 14:31:57 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 27 13:50:53 2020 -0400 |
tree | e62aa87d0f033449d3d182edb4ad328c4c1a847a | |
parent | 915c462d2595a925712b4482c6039b73edf4387b [diff] |
log: move processing_msg to global data Replace the static variable processing_msg by a field in the global data. Make the field bool at it can only be true or false. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>