zlib: Fix integer cast of pointer
authorSimon Glass <sjg@chromium.org>
Mon, 17 Oct 2011 12:55:05 +0000 (12:55 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 22:33:38 +0000 (00:33 +0200)
commit41d68b323079c414c54ea605694ab27dcce698ae
treec878e2c20beb2c85a97b208fd6098845eef63156
parent87a5d601031652293ec4b729fdb7ee01bbd940a8
zlib: Fix integer cast of pointer

Fix to cast an integer to a pointer using uintptr_t.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/zlib/inffast.c