OSDN Git Service

powerpc/boot: Use correct zlib types for comparison
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 11 Aug 2014 04:37:22 +0000 (14:37 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 13 Aug 2014 05:13:45 +0000 (15:13 +1000)
commitce8f150a174c105abddbd3cc193cbba57f9db255
tree426705827fccf91e39c864da9cec515c9277d729
parentb09c2ec4082c63584491f35df2cb530ee8ca312d
powerpc/boot: Use correct zlib types for comparison

Avoids this warning:

arch/powerpc/boot/gunzip_util.c:118:9: warning: comparison of distinct pointer types lacks a cast

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/gunzip_util.c