]> git.baikalelectronics.ru Git - kernel.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)
commit39480232c88c78d8e76c97f928479728470ad740
treeb8e71fa759ffee5d236e6761d832f07b063b261f
parent60186feb7e39191e5b14d2137198871990006549
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