aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorShuah Khan (Samsung OSG) <shuah@kernel.org>2018-07-09 15:07:04 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-13 09:41:56 -0400
commitde167752a889d19b9bb018f8eecbc1ebbfe07b2f (patch)
tree8df7925ba105383607d866b7a2bbf1c829037e05 /tools/testing
parent8975a68d8cbe85da10e669a7addf92cffe7f5de2 (diff)
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>
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/selftests/drivers/usb/usbip/usbip_test.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/drivers/usb/usbip/usbip_test.sh b/tools/testing/selftests/drivers/usb/usbip/usbip_test.sh
index 1893d0f59ad7..a72df93cf1f8 100755
--- a/tools/testing/selftests/drivers/usb/usbip/usbip_test.sh
+++ b/tools/testing/selftests/drivers/usb/usbip/usbip_test.sh
@@ -46,7 +46,6 @@ if ! /sbin/modprobe -q -n usbip_host; then
46fi 46fi
47 47
48if /sbin/modprobe -q usbip_host; then 48if /sbin/modprobe -q usbip_host; then
49 /sbin/modprobe -q -r test_bitmap
50 echo "usbip_test: module usbip_host is loaded [OK]" 49 echo "usbip_test: module usbip_host is loaded [OK]"
51else 50else
52 echo "usbip_test: module usbip_host failed to load [FAIL]" 51 echo "usbip_test: module usbip_host failed to load [FAIL]"
@@ -56,7 +55,6 @@ fi
56 55
57echo "Load vhci_hcd module" 56echo "Load vhci_hcd module"
58if /sbin/modprobe -q vhci_hcd; then 57if /sbin/modprobe -q vhci_hcd; then
59 /sbin/modprobe -q -r test_bitmap
60 echo "usbip_test: module vhci_hcd is loaded [OK]" 58 echo "usbip_test: module vhci_hcd is loaded [OK]"
61else 59else
62 echo "usbip_test: module vhci_hcd failed to load [FAIL]" 60 echo "usbip_test: module vhci_hcd failed to load [FAIL]"