From: Denys Vlasenko Date: Mon, 1 Oct 2007 00:55:51 +0000 (-0700) Subject: [BNX2]: factor out gzip unpacker X-Git-Tag: v2.6.24-rc1~1454^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3448b0bde5f1a858397fe791f76632e978a1dc8;p=pandora-kernel.git [BNX2]: factor out gzip unpacker This patch modifies gzip unpacking code in bnx2 driver so that it does not depend on bnx2 internals. I will move this code out of the driver and into zlib in follow-on patch. It can be useful in other drivers which need to store firmwares or any other relatively big binary blobs - fonts, cursor bitmaps, whatever. Patch is run tested by Michael Chan (driver author). Signed-off-by: Denys Vlasenko Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed