Skip to content

Commit de16775

Browse files
Shuah Khan (Samsung OSG)gregkh
authored andcommitted
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>
1 parent 8975a68 commit de16775

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/selftests/drivers/usb/usbip/usbip_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ if ! /sbin/modprobe -q -n usbip_host; then
4646
fi
4747

4848
if /sbin/modprobe -q usbip_host; then
49-
/sbin/modprobe -q -r test_bitmap
5049
echo "usbip_test: module usbip_host is loaded [OK]"
5150
else
5251
echo "usbip_test: module usbip_host failed to load [FAIL]"
@@ -56,7 +55,6 @@ fi
5655

5756
echo "Load vhci_hcd module"
5857
if /sbin/modprobe -q vhci_hcd; then
59-
/sbin/modprobe -q -r test_bitmap
6058
echo "usbip_test: module vhci_hcd is loaded [OK]"
6159
else
6260
echo "usbip_test: module vhci_hcd failed to load [FAIL]"

0 commit comments

Comments
 (0)