Re: How to use pr_debug

2014-02-26 Thread Kim Chan
t.edu" Sent : 2014-02-27 07:31:25 ( +09:00 ) To : m silverstri Cc : kernelnewbies Subject : Re: How to use pr_debug On Wed, 26 Feb 2014 11:35:23 -0800, m silverstri said: > I am using 'pr_debug()' to print debug statements. But I don't see > anything in my serial conso

회신: How to use pr_debug

2014-02-26 Thread 김찬
09:00 ) To : m silverstri Cc : kernelnewbies Subject : Re: How to use pr_debug On Wed, 26 Feb 2014 11:35:23 -0800, m silverstri said: > I am using 'pr_debug()' to print debug statements. But I don't see > anything in my serial console. But when I use pr_info(), I see the >

Re: How to use pr_debug

2014-02-26 Thread Valdis . Kletnieks
On Wed, 26 Feb 2014 11:35:23 -0800, m silverstri said: > I am using 'pr_debug()' to print debug statements. But I don't see > anything in my serial console. But when I use pr_info(), I see the > debug statements. > Do I need to do anything to see pr_debug()? You probably need a #define DEBUG. Als

Re: How to use pr_debug

2014-02-26 Thread John de la Garza
On Wed, Feb 26, 2014 at 11:35:23AM -0800, m silverstri wrote: > I am using 'pr_debug()' to print debug statements. But I don't see > anything in my serial console. But when I use pr_info(), I see the > debug statements. > Do I need to do anything to see pr_debug()? add this to the top of the file

How to use pr_debug

2014-02-26 Thread m silverstri
I am using 'pr_debug()' to print debug statements. But I don't see anything in my serial console. But when I use pr_info(), I see the debug statements. Do I need to do anything to see pr_debug()? Thank you. ___ Kernelnewbies mailing list Kernelnewbies@k