commit | a0f68618b59a0e9ac45b80c5a2e04f5d070a869b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 02 05:22:31 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 08:30:22 2018 -0600 |
tree | daef1b64a715fca7ca2de136c91632ce594b42cc | |
parent | a9dac49e84baec491b6c41cd41f4bc12376f01b1 [diff] |
log: Correct definition of log_msg_ret() This macro should have two parameters, not one. Fix it so that it correctly resolves to _ret when logging is disabled. Signed-off-by: Simon Glass <sjg@chromium.org>