* How to enable dev_dbg messaging
@ 2007-06-30 3:29 Jay Cliburn
2007-06-30 3:37 ` Akinobu Mita
0 siblings, 1 reply; 2+ messages in thread
From: Jay Cliburn @ 2007-06-30 3:29 UTC (permalink / raw)
To: linux-kernel
How do I turn on dev_dbg messaging in the kernel? I can get
printk(KERN_DEBUG ...) to work just fine, but I don't know how to
enable dev_dbg.
Thanks,
Jay
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to enable dev_dbg messaging
2007-06-30 3:29 How to enable dev_dbg messaging Jay Cliburn
@ 2007-06-30 3:37 ` Akinobu Mita
0 siblings, 0 replies; 2+ messages in thread
From: Akinobu Mita @ 2007-06-30 3:37 UTC (permalink / raw)
To: Jay Cliburn; +Cc: linux-kernel
On Fri, Jun 29, 2007 at 10:29:33PM -0500, Jay Cliburn wrote:
> How do I turn on dev_dbg messaging in the kernel? I can get
> printk(KERN_DEBUG ...) to work just fine, but I don't know how to
> enable dev_dbg.
Defining DEBUG before including <linux/device.h> enables dev_dbg to work.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-30 3:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-30 3:29 How to enable dev_dbg messaging Jay Cliburn
2007-06-30 3:37 ` Akinobu Mita
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox