Skip to content
Commit 1e82bcd7 authored by John Keeping's avatar John Keeping Committed by Tom Rini
Browse files

misc: mark write buffer const



The write operation in misc_ops already takes a "const void *" buffer,
but misc_write() takes a mutable "void *".  There's no reason for this,
so make misc_write() consistent with the standard write() prototype.

Signed-off-by: default avatarJohn Keeping <john@metanate.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent da1cd4dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment