You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firmware: arm_scmi: Fix range check for the maximum number of pending messages
SCMI message headers carry a sequence number and such field is sized to
allow for MSG_TOKEN_MAX distinct numbers; moreover zero is not really an
acceptable maximum number of pending in-flight messages.
Fix accordingly the checks performed on the value exported by transports
in scmi_desc.max_msg
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Vincent Guittot <[email protected]>
Signed-off-by: Cristian Marussi <[email protected]>
[sudeep.holla: updated the patch title and error message]
Signed-off-by: Sudeep Holla <[email protected]>
0 commit comments