]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83807caa4881572790f4167e34b58eb6f0295b89
tree426705827fccf91e39c864da9cec515c9277d729
parent1668449e3849089c415ed0ec6d97441e96d9a01f
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