OSDN Git Service

selftests: usbip: remove test_bitmap noise
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Mon, 9 Jul 2018 19:07:04 +0000 (13:07 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 13:41:56 +0000 (15:41 +0200)
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>
tools/testing/selftests/drivers/usb/usbip/usbip_test.sh

index 1893d0f..a72df93 100755 (executable)
@@ -46,7 +46,6 @@ if ! /sbin/modprobe -q -n usbip_host; then
 fi
 
 if /sbin/modprobe -q usbip_host; then
-       /sbin/modprobe -q -r test_bitmap
        echo "usbip_test: module usbip_host is loaded [OK]"
 else
        echo "usbip_test: module usbip_host failed to load [FAIL]"
@@ -56,7 +55,6 @@ fi
 
 echo "Load vhci_hcd module"
 if /sbin/modprobe -q vhci_hcd; then
-       /sbin/modprobe -q -r test_bitmap
        echo "usbip_test: module vhci_hcd is loaded [OK]"
 else
        echo "usbip_test: module vhci_hcd failed to load [FAIL]"