scftorture: Consolidate scftorture_invoke_one() check and kfree()
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Jul 2020 21:13:02 +0000 (14:13 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 25 Aug 2020 01:38:35 +0000 (18:38 -0700)
commit676e5469643e716df7f39ef77ba8f09c85b0c4f8
tree4112eabf58abc567426eb9c573201f67140b620a
parent34e8c4837adb579962e528a4f7dd1f75cb120be4
scftorture: Consolidate scftorture_invoke_one() check and kfree()

This commit moves checking of the ->scfc_out field and the freeing of
the scf_check structure down below the end of switch statement, thus
saving a few lines of code.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/scftorture.c