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()
fi
echo -n "Unloading kernel module $MODULENAME... "
is_moduled || { passed ; return ; }
$RMMOD $MODULENAME --wait
$RMMOD $MODULENAME
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