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

Commit 3050a115 authored by Greg Kaiser's avatar Greg Kaiser Committed by Automerger Merge Worker
Browse files

Merge "trusty: Remove redundant check" am: cd101cd7

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1598433

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8256c92653e2679f4508dcdce0b0670848ecd289
parents d30a6991 cd101cd7
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -107,11 +107,6 @@ TrustyApp::TrustyApp(const std::string& path, const std::string& appname)
        return;
    }

    if (dma_buf < 0) {
        LOG(ERROR) << AT << "failed to allocate shared memory buffer";
        return;
    }

    confirmationui_hdr hdr = {
        .cmd = CONFIRMATIONUI_CMD_INIT,
    };