Skip to content

Commit 030248d

Browse files
committed
phy: apple: atc: Handle dummy pipehandler transisions
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 1fa0d7e commit 030248d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/phy/apple/atc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,8 @@ static int atcphy_configure_pipehandler(struct apple_atcphy *atcphy, bool host)
11331133
case ATCPHY_PIPEHANDLER_STATE_USB4:
11341134
dev_warn(atcphy->dev,
11351135
"ATCPHY_PIPEHANDLER_STATE_USB4 not implemented; falling back to USB2\n");
1136+
fallthrough;
1137+
case ATCPHY_PIPEHANDLER_STATE_DUMMY:
11361138
ret = atcphy_configure_pipehandler_dummy(atcphy);
11371139
atcphy->pipehandler_up = false;
11381140
break;

0 commit comments

Comments
 (0)