From: Adrian Schmutzler Date: Sat, 5 Jun 2021 15:59:39 +0000 (+0200) Subject: umbim: fix return value of proto_mbim_setup() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a;p=openwrt%2Fstaging%2Fthess.git umbim: fix return value of proto_mbim_setup() The variable name appears to be mistyped. Suggested-by: Howard Chu Signed-off-by: Adrian Schmutzler --- diff --git a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh index 804870d7d4..abbabd6625 100755 --- a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh +++ b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh @@ -155,7 +155,7 @@ proto_mbim_setup() { sleep 15 } - return $rt + return $ret } proto_mbim_teardown() {