Commit 6980ff04 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Do not use --wait for rmmod

due it is targeted for removal from kernel.
parent 0c25afa2
...@@ -241,7 +241,7 @@ stop() ...@@ -241,7 +241,7 @@ stop()
fi fi
echo -n "Unloading kernel module $MODULENAME... " echo -n "Unloading kernel module $MODULENAME... "
is_moduled || { passed ; return ; } is_moduled || { passed ; return ; }
$RMMOD $MODULENAME --wait $RMMOD $MODULENAME
success success
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment