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
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
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 moved out of a USB patch, but lots of drivers have similar support.
That is, code ca
3 matches
Mail list logo