Re: [PATCHv2] PCI: add missing KERN_* constants to printks

From: Frank Seidel
Date: Fri Feb 06 2009 - 03:07:42 EST


Kenji Kaneshige wrote:
> How about below. I think we can write printk in one line.
>
> #define dbg(format, arg...) \
> do { \
> if (pciehp_debug) \
> printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \
> } while (0)

I wanted to keep the change as simple as possible and didn't wanna
play with surrounding indentation. But yes, if thats preferred...
i gonna change the patch to this. Shall i?

Thanks,
Frank
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/