[U-Boot] [PATCH 2/3] USB: Rework usb_kbd.c

Marek Vasut marek.vasut at gmail.com
Fri Oct 14 17:50:08 CEST 2011


On Monday, October 10, 2011 08:45:05 PM Mike Frysinger wrote:
> On Monday 10 October 2011 14:33:47 Marek Vasut wrote:
> > On Monday, October 10, 2011 08:24:48 PM Mike Frysinger wrote:
> > > On Monday 10 October 2011 11:34:26 Marek Vasut wrote:
> > > > --- a/common/usb_kbd.c
> > > > +++ b/common/usb_kbd.c
> > > > 
> > > > -#undef USB_KBD_DEBUG
> > > > +#ifdef	USB_KBD_DEBUG
> > > > +#define USB_KBD_PRINTF(fmt, args...)	printf(fmt, ##args)
> > > > +#else
> > > > +#define USB_KBD_PRINTF(fmt, args...)
> > > > +#endif
> > > 
> > > could we possibly just get rid of USB_KBD_PRINTF() altogether ?  delete
> > > this chunk and convert everything else to debug() ?
> > 
> > I'll squash all these in the subsequence "gcc4.6, rework debug()" macro
> > patch.
> 
> WFM
> 
> Acked-by: Mike Frysinger <vapier at gentoo.org>
> -mike

Remy, bump ?


More information about the U-Boot mailing list