Merge "trusty: Remove redundant check"

This commit is contained in:
Greg Kaiser 2021-02-22 18:38:54 +00:00 committed by Gerrit Code Review
commit cd101cd769

View file

@ -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,
};