summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/it87spi.c b/it87spi.c
index ed6bae5..9ecc414 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -84,8 +84,8 @@ struct superio probe_superio_ite(void)
case 0x82:
case 0x86:
case 0x87:
- msg_pinfo("Found ITE Super I/O, id %04hx\n",
- ret.model);
+ msg_pinfo("Found ITE Super I/O, ID 0x%04hx.\n",
+ ret.model);
return ret;
}
}
OpenPOWER on IntegriCloud