Greg KH wrote: > On Thu, Feb 05, 2009 at 06:25:42PM +0100, Frank Seidel wrote: >> - dbg("pcie_port_service_register = %d\n", retval); >> + dbg(KERN_DEBUG "pcie_port_service_register = %d\n", retval); > > dbg() already sets the KERN_ level, right? No, its definition in pciehp.h is: #define dbg(format, arg...) \ do { \ if (pciehp_debug) \ printk("%s: " format, MY_NAME , ## arg); \ } while (0) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html