summaryrefslogtreecommitdiff
path: root/test/usb_prl_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_prl_old.c')
-rw-r--r--test/usb_prl_old.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/usb_prl_old.c b/test/usb_prl_old.c
index af87195fb9..d1aa0ba649 100644
--- a/test/usb_prl_old.c
+++ b/test/usb_prl_old.c
@@ -509,10 +509,6 @@ static int simulate_send_ctrl_msg_request_from_pe(int port,
prl_send_ctrl_msg(port, type, msg_type);
cycle_through_state_machine(port, 1, MSEC);
- /* Soft reset takes another iteration through the state machine */
- if (msg_type == PD_CTRL_SOFT_RESET)
- cycle_through_state_machine(port, 1, MSEC);
-
return verify_ctrl_msg_transmission(port, msg_type);
}