Re: [U-Boot] [PATCH v3] zlib: fix code when DEBUG is defined

2009-09-04 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message <1251977866-21267-1-git-send-email-giuseppe.condore...@st.com> you wrote: > Removed stdio.h inclusion and moved trace macros to use printf avoiding to > write debug informations to standard error. > > Signed-off-by: Giuseppe Condorelli > --- > lib_generic/z

[U-Boot] [PATCH v3] zlib: fix code when DEBUG is defined

2009-09-03 Thread Giuseppe CONDORELLI
Removed stdio.h inclusion and moved trace macros to use printf avoiding to write debug informations to standard error. Signed-off-by: Giuseppe Condorelli --- lib_generic/zlib.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib_generic/zlib.c b/lib_generic/zlib.c in