Thread (39 messages) 39 messages, 11 authors, 2007-01-19

Re: [patch 20/20] XEN-paravirt: Add Xen virtual block device driver.

From: Greg KH <hidden>
Date: 2007-01-14 07:53:48
Also in: lkml, xen-devel

On Sat, Jan 13, 2007 at 05:07:28PM -0800, Arjan van de Ven wrote:
quoted
+
+#define DPRINTK(_f, _a...) pr_debug(_f, ## _a)
why this silly abstraction? Just use pr_debug in the code directly
Actually, for drivers, like this one, you should use the dev_printk()
and friends (dev_dbg, dev_err, etc.) instead so that userspace knows
exactly which device and driver the message comes from.

thanks,

greg k-h
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help