
12 Jan
2022
12 Jan
'22
9:03 p.m.
On Tue, 11 Jan 2022 at 10:04, John Keeping john@metanate.com wrote:
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 john@metanate.com
drivers/misc/misc-uclass.c | 2 +- include/misc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org