commit | 5eca977935bf58f4227b2681e612a452a0da0286 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 24 09:14:45 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 26 08:53:10 2016 -0700 |
tree | 695e63fb67a4e8f9a007304dfb013c36fbb8c265 | |
parent | 0edd82e2448d4aa8f729ac1df8bb55121388a069 [diff] |
trace: Fix compiler warnings in trace With min() we must use the same type for each parameter. Fix two problems in trace.c which produce compiler warnings. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>