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

selftests: usbip: remove test_bitmap noise

Remove test_bitmap noise which is a result of cut and paste error.
There is no need for this modprobe -q -r test_bitmap noise in this
test.

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Shuah Khan (Samsung OSG) and committed by
Greg Kroah-Hartman
de167752 8975a68d

-2
-2
tools/testing/selftests/drivers/usb/usbip/usbip_test.sh
··· 46 46 fi 47 47 48 48 if /sbin/modprobe -q usbip_host; then 49 - /sbin/modprobe -q -r test_bitmap 50 49 echo "usbip_test: module usbip_host is loaded [OK]" 51 50 else 52 51 echo "usbip_test: module usbip_host failed to load [FAIL]" ··· 55 56 56 57 echo "Load vhci_hcd module" 57 58 if /sbin/modprobe -q vhci_hcd; then 58 - /sbin/modprobe -q -r test_bitmap 59 59 echo "usbip_test: module vhci_hcd is loaded [OK]" 60 60 else 61 61 echo "usbip_test: module vhci_hcd failed to load [FAIL]"