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

Commit d54bcad4 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 8a058cbf: Merge "In releaseWifiLockLocked call noteReleaseWifiLock." into ics-mr0

* commit '8a058cbf':
  In releaseWifiLockLocked call noteReleaseWifiLock.
parents bc883f4c 8a058cbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1402,7 +1402,7 @@ public class WifiService extends IWifiManager.Stub {
        long ident = Binder.clearCallingIdentity();
        try {
            if (hadLock) {
                noteAcquireWifiLock(wifiLock);
                noteReleaseWifiLock(wifiLock);
                switch(wifiLock.mMode) {
                    case WifiManager.WIFI_MODE_FULL:
                        ++mFullLocksReleased;