commit | 95b41b80d77b8418dac3393784b2a9cbb7abef64 | [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 | 0e98b0a65092d6573eb17d07e04455f9cf545b21 [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>