mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-13 03:15:06 +00:00
ec_chip_mchp: Remove debug trace statements
Trace statements no longer needed. BRANCH=none BUG= TEST=Build boards based on chip mchp. Change-Id: I0f687fce46cd81d132d546e5ae011863e115e1e7 Signed-off-by: scott worley <scott.worley@microchip.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1053834 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Scott Worley <scott.worley@microchip.corp-partner.google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -69,8 +69,6 @@ test_mockable int keyboard_raw_read_rows(void)
|
||||
|
||||
b1 = MCHP_KS_KSI_INPUT;
|
||||
b2 = (b1 & 0xff) ^ 0xff;
|
||||
trace2(0, MEC, 0, "raw_read_rows: KSI_IN=0x%02x Invert=0x%02x",
|
||||
b1, b2);
|
||||
|
||||
/* Invert it so 0=not pressed, 1=pressed */
|
||||
/* return (MCHP_KS_KSI_INPUT & 0xff) ^ 0xff; */
|
||||
@@ -90,12 +88,6 @@ void keyboard_raw_enable_interrupt(int enable)
|
||||
|
||||
void keyboard_raw_interrupt(void)
|
||||
{
|
||||
trace3(0, MEC, 0,
|
||||
"KEYSCAN IRQ KSI_IN=0x%02x KSI_STS=0x%02x KSI_IEN=0x%02x",
|
||||
MCHP_KS_KSI_INPUT,
|
||||
MCHP_KS_KSI_STATUS,
|
||||
MCHP_KS_KSI_INT_EN);
|
||||
|
||||
/* Clear interrupt status bits */
|
||||
MCHP_KS_KSI_STATUS = 0xff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user