summaryrefslogtreecommitdiffstats
path: root/src/mainboard/olpc/rev_a/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/olpc/rev_a/mainboard.c')
-rw-r--r--src/mainboard/olpc/rev_a/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/olpc/rev_a/mainboard.c b/src/mainboard/olpc/rev_a/mainboard.c
index 539603dab2ff..a02e583558d6 100644
--- a/src/mainboard/olpc/rev_a/mainboard.c
+++ b/src/mainboard/olpc/rev_a/mainboard.c
@@ -60,7 +60,7 @@ static void init_dcon(void) {
/* Enable the DCON */
ret = do_smbus_write_word(iobase, 0x0D << 1, 0x01, 0x0069);
if (ret != 0)
- printk(BIOS_DEBUG, "DCON ENABLE FAILED\n", ret);
+ printk(BIOS_DEBUG, "DCON ENABLE FAILED %d\n", ret);
}
else
printk(BIOS_DEBUG, "DCON NOT FOUND (%x)\n", rev);