On 05/09/2013 07:35 AM, Cody P Schafer wrote:
On 05/08/2013 12:29 PM, Sergei Shtylyov wrote:Although, not necessarily: it also supports CONFIG_DYNAMIC_DEBUG -- look at how pr_debug() is defined. So this doesn't seem to be an equivalent change, and I suggest not doing it at all. WBR, Sergeipr_devel() should get the same behavior: no code emitted unless debug is defined, if it is, output at KERN_DEBUG level.
Thanks Cody and Sergei, will use pr_devel() instead in next version. Gerry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

