summaryrefslogtreecommitdiff
path: root/chip/mchp/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/i2c.c')
-rw-r--r--chip/mchp/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/i2c.c b/chip/mchp/i2c.c
index f47f209947..489d374195 100644
--- a/chip/mchp/i2c.c
+++ b/chip/mchp/i2c.c
@@ -501,7 +501,7 @@ static int i2c_check_recover(int port, int controller)
if ((((reg & (STS_BER | STS_LAB)) || !(reg & STS_NBB)) ||
(lines != I2C_LINE_IDLE))) {
cdata[controller].flags |= (1ul << 16);
- CPRINTS("I2C%d port%d recov status 0x%02x, SDA:SCL=0x%0x\n",
+ CPRINTS("I2C%d port%d recov status 0x%02x, SDA:SCL=0x%0x",
controller, port, reg, lines);
/* Attempt to unwedge the port. */
if (lines != I2C_LINE_IDLE)