fs: ext4: avoid NULL check before free()
free() checks if its argument is NULL. Don't duplicate this in the calling
code.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
Loading
Please register or sign in to comment
free() checks if its argument is NULL. Don't duplicate this in the calling
code.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>