soc: qcom: aoss: Tidy up qmp_send() callers
authorBjorn Andersson <quic_bjorande@quicinc.com>
Fri, 11 Aug 2023 20:58:39 +0000 (13:58 -0700)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Aug 2023 02:27:32 +0000 (19:27 -0700)
commitb4f63bbff96e4510676b1e78b00d14baaee9ad29
treefa2355321f9983375b2e085a45e784a8a1135c0a
parent8873d1e2f88afbe89c99d8f49f88934a2da2991f
soc: qcom: aoss: Tidy up qmp_send() callers

With qmp_send() handling variable length messages and string formatting
he callers of qmp_send() can be cleaned up to not care about these
things.

Drop the QMP_MSG_LEN sized buffers and use the message formatting, as
appropriate.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Link: https://lore.kernel.org/r/20230811205839.727373-5-quic_bjorande@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/net/ipa/ipa_power.c
drivers/remoteproc/qcom_q6v5.c
drivers/soc/qcom/qcom_aoss.c