log: Correct definition of log_msg_ret()
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 11:22:31 +0000 (05:22 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 14:30:22 +0000 (08:30 -0600)
commitfbcf37e48ebb9829c85651378191e33f6ece710e
treedaef1b64a715fca7ca2de136c91632ce594b42cc
parenta6a45cd32539dcc8d91a8c42d04f378598cfedf6
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>
include/log.h