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

Commit 886af708 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused paramters" into main am: 9a4cfcd8

parents 657e0d19 9a4cfcd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ c2_status_t Gralloc4Mapper_lock(native_handle_t *handle, uint64_t usage, const R
    }

    uint8_t *pointer = nullptr;
    err = mapper.lock(handle, usage, bounds, (void **)&pointer, nullptr, nullptr);
    err = mapper.lock(handle, usage, bounds, (void **)&pointer);
    if (err != NO_ERROR || pointer == nullptr) {
        return C2_CORRUPTED;
    }