of_print_property: fix compiler warning
src/libdt.c: In function ‘of_print_property’:
src/libdt.c:97:13: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘const void *’ [-Wformat=]

Calm the compiler with an explicit cast.
1 parent 3742f9e commit c940217e67eefee85cba618657dfa75f72998bc7
@Uwe Kleine-König Uwe Kleine-König authored on 10 Feb 2017
Showing 1 changed file
View
src/libdt.c