commit | be9ab321049cfb92ad69cfbc5c8fcfdf373f69fe | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 19 10:48:36 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:25:21 2020 -0600 |
tree | 00e38d9627c657e4f1199bbd58166d08438337f5 | |
parent | 42143167470bcdfe0c909f81db527d02182bac2e [diff] |
log: remove useless cast There is no need to cast from (void *) before assigning to a pointer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>