Re: [patch 2.6.22-git] dev_vdbg(), available with -DVERBOSE_DEBUG

2007-07-13 Thread David Brownell
On Thursday 12 July 2007, Andrew Morton wrote: > On Thu, 12 Jul 2007 20:30:49 -0700 David Brownell <[EMAIL PROTECTED]> wrote: > > > This defines a dev_vdbg() call, which is enabled with -DVERBOSE_DEBUG. > > When enabled, dev_vdbg() acts just like dev_dbg(). When disabled, it > > is a NOP ... just

Re: [patch 2.6.22-git] dev_vdbg(), available with -DVERBOSE_DEBUG

2007-07-12 Thread Andrew Morton
On Thu, 12 Jul 2007 20:30:49 -0700 David Brownell <[EMAIL PROTECTED]> wrote: > This defines a dev_vdbg() call, which is enabled with -DVERBOSE_DEBUG. > When enabled, dev_vdbg() acts just like dev_dbg(). When disabled, it > is a NOP ... just like dev_dbg() without -DDEBUG. The specific code > was