diff options
author | Eric Farman <[email protected]> | 2021-05-11 21:56:30 +0200 |
---|---|---|
committer | Cornelia Huck <[email protected]> | 2021-05-12 12:59:50 +0200 |
commit | 6c02ac4c9211edabe17bda437ac97e578756f31b (patch) | |
tree | 7dbd63dae5d93586082686b8474521f4ad056bb8 /drivers/usb/cdns3/cdns3-debug.h | |
parent | c6c82e0cd8125d30f2f1b29205c7e1a2f1a6785b (diff) |
vfio-ccw: Reset FSM state to IDLE inside FSM
When an I/O request is made, the fsm_io_request() routine
moves the FSM state from IDLE to CP_PROCESSING, and then
fsm_io_helper() moves it to CP_PENDING if the START SUBCHANNEL
received a cc0. Yet, the error case to go from CP_PROCESSING
back to IDLE is done after the FSM call returns.
Let's move this up into the FSM proper, to provide some
better symmetry when unwinding in this case.
Signed-off-by: Eric Farman <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Acked-by: Matthew Rosato <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions