Commit 15477b31 authored by Gautam Menghani's avatar Gautam Menghani Committed by Shuah Khan
Browse files

kselftests/ir : Improve readability of modprobe error message



Improve the readability of error message which says module not found.
The new behaviour is consistent with the modprobe command.

Signed-off-by: default avatarGautam Menghani <gautammenghani201@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent c7b607fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ if [ $UID != 0 ]; then
fi

if ! /sbin/modprobe -q -n rc-loopback; then
        echo "ir_loopback: module rc-loopback is not found [SKIP]"
        echo "ir_loopback: module rc-loopback is not found in /lib/modules/`uname -r` [SKIP]"
        exit $ksft_skip
fi