Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
astlpc: Clear OBF during binding initialisation
Whatever the buffer ownership state was previously, it is now irrelevant as we're initialising the binding. Ensure that we don't accidentally block initialisation due to the host failing to consume the previous KCS command (which implies OBF is set and therefore we would block on sending the dummy command). The relevant callsites for mctp_astlpc_kcs_set_status() were aleady setting KCS_STATUS_OBF in the status value passed to the function, therefore it's not necessary for the function to set it explicitly. Removing the explicit KCS_STATUS_OBF from mctp_astlpc_kcs_set_status() to make way for correct use in mctp_astlpc_init_bmc(). Signed-off-by: Andrew Jeffery <[email protected]> Change-Id: I54266ee4459115e993af2ad6665252887c27ab3e
- Loading branch information