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

2009-09-03 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message <1251965311-5739-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/zl

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

2009-09-02 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 | 59 +-- 1 files changed, 29 insertions(+), 30 deletions(-) diff --