summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2020-06-17 16:41:58 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-18 02:53:03 +0000
commit49269321d709e4128b4c31da663fb1254b0cf82e (patch)
tree64f97f8ce323bd7537e6231a93c7f23207e8ff7e
parent021321d122a8908f7251156b916d86f00bf773b2 (diff)
downloadchrome-ec-49269321d709e4128b4c31da663fb1254b0cf82e.tar.gz
driver/tcpm: fix ps8705 definition
BUG=b:158760026 BRANCH=none TEST=make -j buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Iac79496b333c04b8a67225503b4d35060ddef2c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2249641 Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--driver/tcpm/ps8xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/tcpm/ps8xxx.c b/driver/tcpm/ps8xxx.c
index 881d366e33..9349f2e7c5 100644
--- a/driver/tcpm/ps8xxx.c
+++ b/driver/tcpm/ps8xxx.c
@@ -21,7 +21,7 @@
#include "usb_pd.h"
#if !defined(CONFIG_USB_PD_TCPM_PS8751) && \
- !defined(CONIFG_USB_PD_TCPM_PS8705) && \
+ !defined(CONFIG_USB_PD_TCPM_PS8705) && \
!defined(CONFIG_USB_PD_TCPM_PS8805) && \
!defined(CONFIG_USB_PD_TCPM_PS8815)
#error "Unsupported PS8xxx TCPC."