commit | 9bd89bbd71b12030294210be7c54da4b7cc77f00 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 11 22:54:44 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 19 14:51:11 2022 -0400 |
tree | 5b31016e65a4183d77f8914aa5b37737b82c66a4 | |
parent | 7ffc66e7dbdd2c82b6b544574d39af6412a16b6e [diff] |
fs/squashfs: simplify sqfs_read() * Don't check argument of free(). Free does this itself. * Reduce scope of data_buffer. Remove duplicate free(). * Avoid superfluous NULL assignment. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>