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 6bc4c0ae3e)
This commit is contained in:
Adrian Schmutzler 2021-06-05 17:59:39 +02:00 committed by Hauke Mehrtens
parent ba5b98fcb8
commit 0eaff67b2a
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ proto_mbim_setup() {
sleep 15
}
return $rt
return $ret
}
proto_mbim_teardown() {