commit | 6bb7d890ac0d50ac81e372ea83f7d4d4ad35e075 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 04 13:48:21 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 15:17:00 2017 -0500 |
tree | d652ee6938ca786c6ccc4ad3a8587556eb6b3f57 | |
parent | 9054a027199deeaf9b0018d444ea7c6bd8292c1e [diff] |
mtdparts: Correct use of debug() The debug() macro now evaluates its expression so does not need #ifdef protection. In fact the current code causes a warning with the new log implementation. Adjust the code to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>