umbim: fix return value of proto_mbim_setup()
authorAdrian Schmutzler <[email protected]>
Sat, 5 Jun 2021 15:59:39 +0000 (17:59 +0200)
committerAdrian Schmutzler <[email protected]>
Sat, 5 Jun 2021 21:39:14 +0000 (23:39 +0200)
The variable name appears to be mistyped.

Suggested-by: Howard Chu <[email protected]>
Signed-off-by: Adrian Schmutzler <[email protected]>
package/network/utils/umbim/files/lib/netifd/proto/mbim.sh

index 804870d7d440d371803c8f3052b8c7a0baddaf4c..abbabd6625c0ee6551886b649ee5cfd2693b8258 100755 (executable)
@@ -155,7 +155,7 @@ proto_mbim_setup() {
                sleep 15
        }
 
-       return $rt
+       return $ret
 }
 
 proto_mbim_teardown() {