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

Commit 126e0f38 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "floss: topshim: Fix build failure"

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