summaryrefslogtreecommitdiff
path: root/driver/tcpm/ite_pd_intc.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/ite_pd_intc.c')
-rw-r--r--driver/tcpm/ite_pd_intc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/tcpm/ite_pd_intc.c b/driver/tcpm/ite_pd_intc.c
index 2b5a391dfe..1b5e090d2f 100644
--- a/driver/tcpm/ite_pd_intc.c
+++ b/driver/tcpm/ite_pd_intc.c
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -16,8 +16,8 @@ void chip_pd_irq(enum usbpd_port port)
/* check status */
if (IS_ENABLED(IT83XX_INTC_FAST_SWAP_SUPPORT) &&
- IS_ENABLED(CONFIG_USB_PD_FRS_TCPC) &&
- IS_ENABLED(CONFIG_USB_PD_REV30)) {
+ IS_ENABLED(CONFIG_USB_PD_FRS_TCPC) &&
+ IS_ENABLED(CONFIG_USB_PD_REV30)) {
/*
* FRS detection must handle first, because we need to short
* the interrupt -> board_frs_handler latency-critical time.