
27 Mar
2021
27 Mar
'21
4:18 a.m.
The results of malloc() are a void * and so this cast is unnecessary. Drop it.
Signed-off-by: Simon Glass sjg@chromium.org ---
fs/cbfs/cbfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!