commit | ad66323a58cb6279aa9e8ba521a4daf25d0cbe79 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:17 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 362fa82255601fe65056e634450d318492fca4db | |
parent | a202f17d7bc2a51af53352c6e21d6a70d167effe [diff] |
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>