Don't log a message when the watchdog is reloaded. It's not useful to do so

and these messages flood the log when bootverbose is enabled.

Approved by:	rstone (co-mentor)
This commit is contained in:
Mark Johnston 2013-03-09 15:04:44 +00:00
parent 5e87983769
commit 784bcaa1dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248104

View File

@ -323,8 +323,6 @@ ichwd_tmr_reload(struct ichwd_softc *sc)
ichwd_write_tco_1(sc, TCO_RLD, 1);
else
ichwd_write_tco_2(sc, TCO_RLD, 1);
ichwd_verbose_printf(sc->device, "timer reloaded\n");
}
/*