brcm47xx: improve suppressing printing if a module was found in preinit function.
Thank you Bastian Bittorf SVN-Revision: 34680
This commit is contained in:
parent
86cd825c1f
commit
4901ac8225
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ check_module () {
|
|||
|
||||
insmod "$module" "$params"
|
||||
sleep 1
|
||||
grep "^$module" /proc/modules > /dev/null
|
||||
grep -q ^"$module " /proc/modules
|
||||
return $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue