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.openwrt.org/?a=commitdiff_plain;h=0eaff67b2ac7a8cd1a17c6a1870a386ae051a1b7;p=openwrt%2Fstaging%2Fxback.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 (cherry picked from commit 6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a) --- 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 9b5729a7ab..bfeb75b0fb 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() {