arch: common: Removed unnecessary cast
Removed an unnecessary cast to void * from a function that already
had the correct signature.
This makes for more portable code as casting between code and data
pointers are frowned upon by the C standard.
Signed-off-by:
Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
Loading
Please sign in to comment