log: remove useless cast
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 Apr 2020 08:48:36 +0000 (10:48 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commitc1f39edc62adc81775e750957aa557bcf994e607
tree00e38d9627c657e4f1199bbd58166d08438337f5
parentb4fa94959db039c7eca4531a5b9a41baffa8b4c8
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>
common/log.c