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