On Fri, Aug 07, 2009 at 08:09:41PM +0200, Pavel Machek wrote: > +#ifndef VERBOSE > +#undef dev_dbg > +#define dev_dbg(...) do {} while(0) > +#endif Better to convert the offending dev_dbg()s to dev_vdbg() instead, I'd have thought. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html