cbfs: Drop unnecessary cast in file_cbfs_fill_cache()
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:17 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 00:59:37 +0000 (13:59 +1300)
commitad66323a58cb6279aa9e8ba521a4daf25d0cbe79
tree362fa82255601fe65056e634450d318492fca4db
parenta202f17d7bc2a51af53352c6e21d6a70d167effe
cbfs: Drop unnecessary cast in file_cbfs_fill_cache()

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