commit | 7907c4befc753b5cbae8697e32c7694bbb4ab858 | [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 | 2d507d22a221cf8ebf65d7b447ecfb8ef84a4591 [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>