commit | d963b727cbf558433677534c1a7d41ae1ccadb49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 24 17:33:12 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:09:21 2013 -0800 |
tree | 3cdcc1b71162801f25767fe28d3deed3463c9b83 | |
parent | 20bc72adae012de4c5510410fa74c7e33599f7dc [diff] |
Update print_buffer() to use const The buffer cannot be changed by this function, so change the buffer pointer to a const. This allows callers with const pointer to use the function without a cast. Signed-off-by: Simon Glass <sjg@chromium.org>