summaryrefslogtreecommitdiff
path: root/driver/usb_mux/ps8740.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux/ps8740.c')
-rw-r--r--driver/usb_mux/ps8740.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux/ps8740.c b/driver/usb_mux/ps8740.c
index 557c4f1976..2b412ac35a 100644
--- a/driver/usb_mux/ps8740.c
+++ b/driver/usb_mux/ps8740.c
@@ -77,7 +77,7 @@ static int ps8740_set_mux(const struct usb_mux *me, mux_state_t mux_state,
*ack_required = false;
/* This driver treats safe mode as none */
- if (mux_state == USB_PD_MUX_SAFE_MODE)
+ if (mux_state & USB_PD_MUX_SAFE_MODE)
mux_state = USB_PD_MUX_NONE;
if (mux_state & USB_PD_MUX_USB_ENABLED)