brcm47xx: suppress printing if a module was found in preinit function.
SVN-Revision: 34653
This commit is contained in:
parent
3a4a6cfd64
commit
235c065e12
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ check_module () {
|
||||||
|
|
||||||
insmod "$module" "$params"
|
insmod "$module" "$params"
|
||||||
sleep 1
|
sleep 1
|
||||||
grep "^$module" /proc/modules
|
grep "^$module" /proc/modules > /dev/null
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue