]> git.baikalelectronics.ru Git - uboot.git/commit
fs: ext4: avoid NULL check before free()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 28 Apr 2020 19:50:02 +0000 (21:50 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 May 2020 15:34:01 +0000 (11:34 -0400)
commit4b12ade92ad894799d03492089e9471326d2e735
tree16c5533da8b013587b5b2e781fc4bc0990809b68
parent36fa4c83832c501646625fce1aff473d5771b58a
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>
fs/ext4/ext4_journal.c