Re: [PATCH v4 2/5] fs/squashfs: replace sqfs_decompress() parameter

2020-08-25 Thread Tom Rini
On Tue, Aug 18, 2020 at 05:17:22PM +0200, Joao Marcos Costa wrote: > Replace 'u16 comp_type' by a reference to squashfs_ctxt structure. > > Signed-off-by: Joao Marcos Costa Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 2/5] fs/squashfs: replace sqfs_decompress() parameter

2020-08-18 Thread Joao Marcos Costa
Replace 'u16 comp_type' by a reference to squashfs_ctxt structure. Signed-off-by: Joao Marcos Costa --- Changes in v4: - This patch was not present in the previous version. fs/squashfs/sqfs.c | 25 + fs/squashfs/sqfs_decompressor.c | 5 +++-- fs/squa