[U-Boot] [PATCH 3/8] USB-CDC: Linux-like debug printout

Vitaly Kuzmichev vkuzmichev at mvista.com
Fri Aug 13 10:34:59 CEST 2010


Hi Remy,

No, it does not.
DEBUG is defined as dev_err and dev_err is defined as printf.
Anyway I can change it.

On 08/12/2010 10:33 PM, Remy Bohmer wrote:
>> @@ -37,8 +37,10 @@
>>  #define dev_err(x, stuff...) printf(stuff)
>>  #define dev_dbg dev_err
>>  #define dev_warn dev_err
>> -#define DEBUG dev_err
>> -#define VDEBUG DEBUG
>> +#define WARN INFO
>> +#define ERROR INFO
>> +#define DEBUG INFO
> 
> This switches DEBUG logging on by default. This is not wanted.
> Can you please change that?
> 
> Kind regards,
> 
> Remy


-- 
Best regards,
Vitaly Kuzmichev.


More information about the U-Boot mailing list