tcpc: fix alert bit masks for transmit

Fix alert transmit complete bit mask typo

BUG=none
BRANCH=none
TEST=make buildall

Change-Id: I70f9276f6448190aba5bafdbdab957fb8f0a4517
Signed-off-by: Alec Berg <alecaberg@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/274085
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Alec Berg
2015-05-29 11:49:21 -07:00
committed by ChromeOS Commit Bot
parent b00ecbc2fe
commit eaf2f26831

View File

@@ -34,7 +34,7 @@
#define TCPC_REG_ALERT1_TX_DISCARDED (1<<1)
#define TCPC_REG_ALERT1_TX_FAILED (1<<0)
#define TCPC_REG_ALERT1_TX_COMPLETE (TCPC_REG_ALERT1_TX_SUCCESS | \
TCPC_REG_ALERT1_TX_FAILED | \
TCPC_REG_ALERT1_TX_DISCARDED | \
TCPC_REG_ALERT1_TX_FAILED)
#define TCPC_REG_ALERT2 0x11