提交 de167752 编写于 作者: S Shuah Khan (Samsung OSG) 提交者: Greg Kroah-Hartman

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: NShuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8975a68d
...@@ -46,7 +46,6 @@ if ! /sbin/modprobe -q -n usbip_host; then ...@@ -46,7 +46,6 @@ if ! /sbin/modprobe -q -n usbip_host; then
fi fi
if /sbin/modprobe -q usbip_host; then if /sbin/modprobe -q usbip_host; then
/sbin/modprobe -q -r test_bitmap
echo "usbip_test: module usbip_host is loaded [OK]" echo "usbip_test: module usbip_host is loaded [OK]"
else else
echo "usbip_test: module usbip_host failed to load [FAIL]" echo "usbip_test: module usbip_host failed to load [FAIL]"
...@@ -56,7 +55,6 @@ fi ...@@ -56,7 +55,6 @@ fi
echo "Load vhci_hcd module" echo "Load vhci_hcd module"
if /sbin/modprobe -q vhci_hcd; then if /sbin/modprobe -q vhci_hcd; then
/sbin/modprobe -q -r test_bitmap
echo "usbip_test: module vhci_hcd is loaded [OK]" echo "usbip_test: module vhci_hcd is loaded [OK]"
else else
echo "usbip_test: module vhci_hcd failed to load [FAIL]" echo "usbip_test: module vhci_hcd failed to load [FAIL]"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册