aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@google.com>2018-03-07 11:47:32 -0800
committerBill Richardson <wfrichar@google.com>2018-03-07 11:47:32 -0800
commit4cb1ba017f23d1caaaee90183d9d69eaef1a0428 (patch)
tree655cd8611ed1890c52546c6b09d1fc08607fe48d
parentea06e1917ddb1f78dd27c6ffbeb200f94cd9d434 (diff)
downloadandroid-4cb1ba017f23d1caaaee90183d9d69eaef1a0428.tar.gz
test_citadel: add another print statement
Change-Id: I4ef081bac21fecc5f64afadd6fc8a47a1b5c6751 Signed-off-by: Bill Richardson <wfrichar@google.com>
-rw-r--r--manual_tests/test_citadel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual_tests/test_citadel.c b/manual_tests/test_citadel.c
index a66e8af..4cbafa2 100644
--- a/manual_tests/test_citadel.c
+++ b/manual_tests/test_citadel.c
@@ -698,6 +698,8 @@ static void cit_interrupt(const char *name, uint32_t cit_gpio)
uint32_t cit_bit;
int rv;
+ printf("Test %s Citadel gpio %d => AP kernel driver\n", name, cit_gpio);
+
cit_bit = (1 << cit_gpio);
debug(1, "%s(%s, %d) cit_bit 0x%08x\n", __func__, name, cit_gpio, cit_bit);