[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <498B2294.5010809@suse.de>
Date: Thu, 05 Feb 2009 18:32:04 +0100
From: Frank Seidel <fseidel@...e.de>
To: Greg KH <greg@...ah.com>
Cc: linux kernel <linux-kernel@...r.kernel.org>,
linux-pci@...r.kernel.org, jbarnes@...tuousgeek.org,
kristen.c.accardi@...el.com, ashok.raj@...el.com,
shaohua.li@...el.com, anil.s.keshavamurthy@...el.com,
fenghua.yu@...el.com, akpm@...ux-foundation.org, frank@...eidel.de,
Frans Pop <elendil@...net.nl>,
Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Subject: Re: [PATCH] PCI: add missing KERN_* constants to printks
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists