On Tue, Jul 15, 2008 at 05:31:08PM -0400, Jason Baron wrote:
In looking at your follow-on patches, where you add this to subsystems,
it seems that you have to add a lot of #include <linux/dynamic_printk.h>
lines.
And in looking at this modification to device.h, I think lots of the
kernel should break, but you are getting it "for free" by including the
.h file within kernel.h.
Why not also include it here in device.h?
Also, with this change, code that is already using dev_dbg() today is
instantly converted over to this logic now, right?
Anyway, this looks great, no objections from me at all, very good work.
thanks,
greg k-h
--