Skip to content
Commit 37bbffcb authored by Sudeep Holla's avatar Sudeep Holla
Browse files

firmware: arm_scmi: Remove extra check for invalid length message responses



scmi_xfer_get_init ensures both transmit and receive buffer lengths are
within the maximum limits. If receive buffer length is not supplied by
the caller, it's set to the maximum limit value. Receive buffer length
is never modified after that. So there's no need for the extra check
when receive transmit completion for a command essage.

Further, if the response header length is greater than the prescribed
receive buffer length, the response buffer is truncated to the latter.

Reported-by: default avatarJim Quinlan <james.quinlan@broadcom.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 9eefa43a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment