diff options
| author | John Keeping <[email protected]> | 2022-01-11 17:04:49 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-24 10:35:10 -0500 |
| commit | e44d2f5df9baa9b604df4eaa4d42f89657170598 (patch) | |
| tree | f87585b0a0c004dfb2ef1709bb9b2374ea3c39cb /boot | |
| parent | 6f08eee67fe93068ab501cc5f3094e480e76f4a9 (diff) | |
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: John Keeping <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot')
0 files changed, 0 insertions, 0 deletions
