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

Commit 6487e4ba authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "haven: hh_rm_core: Change datatype of num_fragments"

parents 05670e6b dd473e6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2021, The Linux Foundation. All rights reserved.
 *
 */

@@ -485,7 +485,7 @@ static int hh_rm_send_request(u32 message_id,
	const void *req_buff_curr = req_buff;
	struct hh_rm_rpc_hdr *hdr;
	unsigned long tx_flags;
	u8 num_fragments = 0;
	u32 num_fragments = 0;
	size_t payload_size;
	void *send_buff;
	int i, ret;