Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d139cf39 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Floss: Warning fixup

Bug: 259485364
Tag: #floss
Test: Build Floss on Linux

Change-Id: Id16215d2c0a5c1553bf9abc34606b131c169defe
parent d508cc93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -854,7 +854,7 @@ impl BluetoothSocketManager {
        match time::timeout(timeout, stream.readable()).await {
            Ok(inner) => match inner {
                Ok(()) => {}
                Err(e) => {
                Err(_e) => {
                    // Stream was not readable. This is usually due to some polling error.
                    return BtStatus::Fail;
                }