RE: [PATCH] powerpc/xive: Fix/improve verbose debug output
From: David Laight <hidden>
Date: 2017-04-28 10:20:06
From: David Laight <hidden>
Date: 2017-04-28 10:20:06
From: Michael Ellerman
Sent: 28 April 2017 07:34
...
Not sure what you mean. You can enable pr_debug()s individually, by function, by module, by file, or for the whole kernel.
It is sort of a shame that you can't turn pr_info() off in the same way. David