summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/it87spi.c b/it87spi.c
index be7f234..06bf8db 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -264,9 +264,8 @@ int init_superio_ite(void)
ret |= it87spi_probe(superios[i].port);
break;
default:
- msg_pdbg("Super I/O ID 0x%04hx is not on the list of "
- "flash capable controllers.\n",
- superios[i].model);
+ msg_pdbg2("Super I/O ID 0x%04hx is not on the list of flash-capable controllers.\n",
+ superios[i].model);
}
}
return ret;
OpenPOWER on IntegriCloud