summaryrefslogtreecommitdiff
path: root/driver/ln9310.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ln9310.c')
-rw-r--r--driver/ln9310.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ln9310.c b/driver/ln9310.c
index 9012e70f9e..3e063d73f7 100644
--- a/driver/ln9310.c
+++ b/driver/ln9310.c
@@ -390,7 +390,7 @@ int ln9310_init(void)
*/
status = raw_read8(LN9310_REG_BC_STS_C, &val);
if (status != EC_SUCCESS) {
- CPRINTS("LN9310 reading BC_STS_C failed");
+ CPRINTS("LN9310 reading BC_STS_C failed: %d", status);
return status;
}
chip_revision = val & LN9310_BC_STS_C_CHIP_REV_MASK;