Re: [PATCH 1/7] Add a new debug function to kernel.h

2007-06-10 Thread Ian Kent
On Sat, 2007-06-09 at 09:06 +0100, Jack Stone wrote: > This patch adds a new macro to print to KERN_ERR initially for ncp but > others may want to use it Yes, the patch set takes away local control of debug printing that I may need to turn on for the module without re-compiling the kernel. > > S

[PATCH 1/7] Add a new debug function to kernel.h

2007-06-09 Thread Jack Stone
This patch adds a new macro to print to KERN_ERR initially for ncp but others may want to use it Signed-off-by: Jack Stone <[EMAIL PROTECTED]> --- Index: linux/include/linux/kernel.h === --- linux.orig/include/linux/kernel.h +++ linux

[PATCH 1/7] Add a new debug function to kernel.h

2007-06-08 Thread Jack Stone
Signed-off-by: Jack Stone <[EMAIL PROTECTED]> --- Index: linux/include/linux/kernel.h === --- linux.orig/include/linux/kernel.h +++ linux/include/linux/kernel.h @@ -228,11 +228,18 @@ extern void print_hex_dump(const char *l /* If you