summaryrefslogtreecommitdiff
path: root/include/usb_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_mux.h')
-rw-r--r--include/usb_mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_mux.h b/include/usb_mux.h
index e483954733..808c767465 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -87,7 +87,7 @@ struct usb_mux_driver {
};
/* Flags used for usb_mux.flags */
-#define USB_MUX_FLAG_NOT_TCPC (1 << 0) /* TCPC/MUX device used only as MUX */
+#define USB_MUX_FLAG_NOT_TCPC BIT(0) /* TCPC/MUX device used only as MUX */
/* Describes a USB mux present in the system */
struct usb_mux {