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

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

Merge "floss: topshim: Fix build failure" am: 126e0f38 am: 5524afba am: 29222183

parents 43b0c103 29222183
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -307,11 +307,11 @@ impl HidHost {
        report: &mut [u8],
        size: u16,
    ) -> BtStatus {
        let ffi_addr = cast_to_ffi_address!(addr as *mut RawAddress);
        let addr_ptr = LTCheckedPtrMut::from_ref(addr);
        BtStatus::from(ccall!(
            self,
            get_report_reply,
            ffi_addr,
            addr_ptr.into(),
            status as bindings::bthh_status_t,
            report.as_mut_ptr() as *mut std::os::raw::c_char,
            size