summaryrefslogtreecommitdiff
path: root/driver/usb_mux/pi3usb3x532.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux/pi3usb3x532.c')
-rw-r--r--driver/usb_mux/pi3usb3x532.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/usb_mux/pi3usb3x532.c b/driver/usb_mux/pi3usb3x532.c
index 54eff928b7..42d13ca835 100644
--- a/driver/usb_mux/pi3usb3x532.c
+++ b/driver/usb_mux/pi3usb3x532.c
@@ -89,7 +89,7 @@ static int pi3usb3x532_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)