Fix typo when displaying the HPET timer unit number.

This commit is contained in:
Neel Natu 2014-08-13 00:18:16 +00:00
parent 33424543f2
commit 3c6f0322bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269897

View File

@ -558,7 +558,8 @@ hpet_attach(device_t dev)
device_get_parent(device_get_parent(dev)), dev,
&t->irq))) {
device_printf(dev,
"Can't allocate interrupt for t%d.\n", j);
"Can't allocate interrupt for t%d: %d\n",
i, j);
}
}
#endif