Skip to content
Snippets Groups Projects
Commit 2f0877c7 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

FIT: delete unnecessary casts


Becuase fdt_check_header function takes (const void *)
type argument, the argument should be passed to it
without being casted to (char *).

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 50c2a91b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment