]> asedeno.scripts.mit.edu Git - linux.git/commit
lib/test_printf: Add empty module_exit function
authorTobin C. Harding <tobin@kernel.org>
Fri, 5 Apr 2019 01:58:54 +0000 (12:58 +1100)
committerShuah Khan <shuah@kernel.org>
Mon, 8 Apr 2019 22:18:21 +0000 (16:18 -0600)
commit6989808ee7636188cc091224bc76ab8e1696088a
treeb8e71fa759ffee5d236e6761d832f07b063b261f
parent6f9e64b0ff26aab12ae126e0fe274fbd5720fd91
lib/test_printf: Add empty module_exit function

Currently the test_printf module does not have an exit function, this
prevents the module from being unloaded.  If we cannot unload the
module we cannot run the tests a second time.

Add an empty exit function.

Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>
lib/test_printf.c