Skip to content
Snippets Groups Projects
Commit bda32ffc authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 6b3ff98d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment