Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests:firmware: fixes a call to a wrong function name

This is a patch to the tools/testing/selftests/firmware/fw_run_tests.sh
file which fixes a bug which calls to a wrong function name,which in turn
blocks the execution of certain tests.

Signed-off-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jeffrin Jose T and committed by
Greg Kroah-Hartman
0183df0b 3e14c6ab

+1 -1
+1 -1
tools/testing/selftests/firmware/fw_run_tests.sh
··· 66 66 run_test_config_0003 67 67 else 68 68 echo "Running basic kernel configuration, working with your config" 69 - run_test 69 + run_tests 70 70 fi