commit | 64ec2acd656c84f42ecd57648b8c4bc871640563 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Mon Dec 17 12:23:38 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 17 12:23:38 2018 -0800 |
tree | 15bff0008576ad604d9e0f0e692009998dda7878 | |
parent | b270054220929fd17be072769f0e080784efa9d0 [diff] | |
parent | 8343cb07226a22fbcafb687f20985b7d9029e3be [diff] |
Merge "healthd_common.cpp: use epoll_create1" am: 1eebae4517 am: 8343cb0722 Change-Id: I2e5c4ec37f89fbcf309c049c09dbe8e16098f8d2
diff --git a/wifi/1.2/default/wifi_legacy_hal.cpp b/wifi/1.2/default/wifi_legacy_hal.cpp index 55ec96d..375204c 100644 --- a/wifi/1.2/default/wifi_legacy_hal.cpp +++ b/wifi/1.2/default/wifi_legacy_hal.cpp
@@ -550,7 +550,6 @@ } // Fall through if failed. Failure to retrieve cached scan // results should trigger a background scan failure. - [[fallthrough]]; case WIFI_SCAN_FAILED: on_failure_user_callback(id); on_gscan_event_internal_callback = nullptr;