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

Commit 68cc6893 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: soc: qcom: rpmh: Correctly set is_complete"

parents a9d2d5e6 5343d1f9
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -884,7 +884,6 @@ int send_single(struct rpmh_client *rc, enum rpmh_state state, u32 addr,
	rpm_msg.cmd[0].addr = addr;
	rpm_msg.cmd[0].addr = addr;
	rpm_msg.cmd[0].data = data;
	rpm_msg.cmd[0].data = data;
	rpm_msg.msg.num_payload = 1;
	rpm_msg.msg.num_payload = 1;
	rpm_msg.msg.is_complete = false;


	return mbox_write_controller_data(rc->chan, &rpm_msg.msg);
	return mbox_write_controller_data(rc->chan, &rpm_msg.msg);
}
}