diff options
author | Huisong Li <[email protected]> | 2022-09-20 17:45:00 +0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-09-22 21:08:03 +0200 |
commit | 18729106c26fb97d4c9ae63ba7aba9889a058dc4 (patch) | |
tree | e1c09efea8e6f3d9d016a7937d84e01e8ffdfc4d /lib/mpi/mpi-mod.c | |
parent | 91cefefb699120efd0a5ba345d12626b688f86ce (diff) |
ACPI: PCC: Fix Tx acknowledge in the PCC address space handler
Currently, mbox_client_txdone() is called from the PCC address space
handler and that expects the user the Tx state machine to be controlled
by the client which is not the case and the below warning is thrown:
| PCCT: Client can't run the TX ticker
Let the controller run the state machine and the end of Tx can be
acknowledge by calling mbox_chan_txdone() instead.
Fixes: 77e2a04745ff ("ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype")
Signed-off-by: Huisong Li <[email protected]>
Reviewed-by: Sudeep Holla <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions