Merge "trusty: Remove redundant check"
This commit is contained in:
commit
cd101cd769
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue