Re: [PATCH] riport LADAR driver

From: Randy.Dunlap
Date: Thu Jun 22 2006 - 19:17:10 EST


On Thu, 22 Jun 2006 16:16:04 -0700 mark gross wrote:

> Ok, I've addressed all of Randy's and your comments in the patch at appended to
> this email. Its includes the re-shuffling of the functions to loose the
> declarations at the top of the file. For the items I didn't address I have
> comments below.
>
> Thanks for both of your inputs!
>
>
> On Thu, Jun 22, 2006 at 08:20:01PM +0200, Arjan van de Ven wrote:
> > On Thu, 2006-06-22 at 07:41 -0700, mark gross wrote:
> > > +
> > > +#undef PDEBUG
> > > +#ifdef RIPORT_DEBUG
> > > +# define PDEBUG(fmt, args...) printk( KERN_DEBUG "riport: " fmt, ## args)
> > > +#else /* */
> > > +# define PDEBUG(fmt, args...)
> > > +#endif /* */
> >
> > what's wrong with prdebug ?
> > > +
>
> what is prdebug?

pr_debug() in linux/kernel.h


I'll look at the updated version later.

---
~Randy
-
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/