Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jffs2: Avoid unneeded 'if' before kfree
kfree() deals gracefully with NULL pointers, so it's pointless to test for one prior to calling it. This removes such a test from jffs2_scan_medium(). Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]>
- Loading branch information