Consistently use pcib for a printf.

This commit is contained in:
Nate Lawson 2005-01-27 20:49:59 +00:00
parent badaf7bbb2
commit 286fceb541
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140916

View File

@ -107,7 +107,7 @@ prt_attach_devices(ACPI_PCI_ROUTING_TABLE *entry, void *arg)
/* If the device hasn't been probed yet, force it to do so. */
error = device_probe_and_attach(child);
if (error != 0) {
device_printf((device_t)arg, "failed to force attach of %s\n",
device_printf(pcib, "failed to force attach of %s\n",
acpi_name(handle));
return;
}