[PATCH 17/34] cbfs: Drop unnecessary cast in file_cbfs_fill_cache()

Simon Glass sjg at chromium.org
Sat Mar 27 04:18:22 CET 2021


The results of malloc() are a void * and so this cast is unnecessary. Drop
it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 fs/cbfs/cbfs.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list