Re: [PATCH] dynamic_debug: Restore dev_dbg/netdev_dbg functionality, reduce stack use

2012-07-25 Thread David Miller
From: Joe Perches Date: Wed, 25 Jul 2012 17:10:00 -0700 > commit c4e00daaa9 ("driver-core: extend dev_printk() to pass structured data") > changed __dev_printk and broke dynamic-debug's ability to control the > dynamic prefix of dev_dbg(dev,..). > > dynamic_emit_prefix() adds "[tid] module:func:

[PATCH] dynamic_debug: Restore dev_dbg/netdev_dbg functionality, reduce stack use

2012-07-25 Thread Joe Perches
commit c4e00daaa9 ("driver-core: extend dev_printk() to pass structured data") changed __dev_printk and broke dynamic-debug's ability to control the dynamic prefix of dev_dbg(dev,..). dynamic_emit_prefix() adds "[tid] module:func:line:" to the output and those additions got lost. In addition, the