On Thursday 12 July 2007, Greg Kroah-Hartman wrote:
> 
> +#define VERBOSE_DEBUG  0
> +
> +#if VERBOSE_DEBUG
> +#define dev_vdbg       dev_dbg
> +#else
> +#define dev_vdbg(dev, fmt, args...)    do { } while (0)
> +#endif
> +

*snicker*

Just last week some feedback from Andrew made me think that
this should be a driver model feature.  I think I'll post a
patch moving this to <linux/device.h> -- but using #ifdef
not #if -- and see what happens.  ;)

- Dave


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to