2 # SPDX-License-Identifier: GPL-2.0
3 # Runs printf infrastructure using test_printf kernel module
5 # Kselftest framework requirement - SKIP code is 4.
8 if ! /sbin
/modprobe
-q -n test_printf
; then
9 echo "printf: module test_printf is not found [SKIP]"
13 if /sbin
/modprobe
-q test_printf
; then
14 /sbin
/modprobe
-q -r test_printf