console: use regular malloc for log messages
Using xfunctions to allocate log messages is not a good idea. Should
we be out of memory the xfunctions will panic which will cause another
allocation, so we deadlock the system with no message going out.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 74a96ab commit c82d18f0f6df06c00e4ab131879c4adf1b08ad0b
@Sascha Hauer Sascha Hauer authored on 13 May 2015
Showing 1 changed file
View
common/console_common.c