summaryrefslogtreecommitdiff
path: root/driver/ppc/nx20p3483.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ppc/nx20p3483.c')
-rw-r--r--driver/ppc/nx20p3483.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/ppc/nx20p3483.c b/driver/ppc/nx20p3483.c
index 340418b632..e5d0055140 100644
--- a/driver/ppc/nx20p3483.c
+++ b/driver/ppc/nx20p3483.c
@@ -364,6 +364,9 @@ static int nx20p3483_dump(int port)
return rv;
}
ccprintf("[0x%02x]: 0x%02x\n", reg_addr, reg);
+
+ /* Flush every call otherwise buffer may get full */
+ cflush();
}
return EC_SUCCESS;