mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
umbim: fix return value of proto_mbim_setup()
The variable name appears to be mistyped. Suggested-by: Howard Chu <hyc@symas.com> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
7aede62871
commit
fa34ccc2dd
@ -155,7 +155,7 @@ proto_mbim_setup() {
|
||||
sleep 15
|
||||
}
|
||||
|
||||
return $rt
|
||||
return $ret
|
||||
}
|
||||
|
||||
proto_mbim_teardown() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user