commit | 47841b4de83be7fed15c827e2d7eefd8f3e28b42 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Wed Mar 20 15:02:37 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 20 15:02:37 2019 -0700 |
tree | 2456f38fe176b5fd25f6d26b98139c20f90dd266 | |
parent | 384fcd1eb226f8d5762127be8ccf6d5d5b2a99d5 [diff] | |
parent | f80e3e7826d49fb32b6d90907ef50acc5c252826 [diff] |
Fix condition in mutateOperationOperandTypeSkip for conv ops. am: f80e3e7826 Change-Id: Ic6bf0ce3c425f709e6c2edd33f7432af7e59d5be
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;