Myles Watson wrote:
This would be the easy place to make sure that you could see the messages. #define MALLOCDBG(x...) printk(CONFIG_DEFAULT_CONSOLE_LOGLEVEL, x)
Very nice. It would allow to select individual debugging regardless of loglevel otherwise. I quite like that!
//Peter