mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +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> (cherry picked from commit 6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a)
This commit is contained in:
parent
ba5b98fcb8
commit
0eaff67b2a
@ -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