commit | cd101cd76983e77d8a9a43abc79b8d966aa77f97 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Feb 22 18:38:54 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 22 18:38:54 2021 +0000 |
tree | ef527711838abfa92c907d7cc083e2c0ae1b5bd7 | |
parent | 7f9fabad4f1171e1e150568ade1a34926769698b [diff] | |
parent | 3e02a604124f6f2ec60bf24ec9cdd45b9c1c84c8 [diff] |
Merge "trusty: Remove redundant check"
diff --git a/trusty/confirmationui/TrustyApp.cpp b/trusty/confirmationui/TrustyApp.cpp index 0e84b19..1e70a5e 100644 --- a/trusty/confirmationui/TrustyApp.cpp +++ b/trusty/confirmationui/TrustyApp.cpp
@@ -107,11 +107,6 @@ return; } - if (dma_buf < 0) { - LOG(ERROR) << AT << "failed to allocate shared memory buffer"; - return; - } - confirmationui_hdr hdr = { .cmd = CONFIRMATIONUI_CMD_INIT, };