[U-Boot] [PATCH 2/3] USB: Rework usb_kbd.c
Mike Frysinger
vapier at gentoo.org
Mon Oct 10 20:24:48 CEST 2011
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() ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111010/e3394298/attachment.pgp
More information about the U-Boot
mailing list