[U-Boot] [PATCH 05/39] GCC4.6: Squash warning in usb_storage.c

Mike Frysinger vapier at gentoo.org
Sun Oct 23 07:39:01 CEST 2011


On Fri, Oct 21, 2011 at 20:17, Marek Vasut wrote:
>  #ifdef USB_STOR_DEBUG
> -#define USB_STOR_PRINTF(fmt, args...)  printf(fmt , ##args)
> +#define USB_BLK_DEBUG  1
>  #else
> -#define USB_STOR_PRINTF(fmt, args...)
> +#define        USB_BLK_DEBUG   0
>  #endif

#define<space>USB_BLK_DEBUG.....
-mike


More information about the U-Boot mailing list