mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
Consistently use pcib for a printf.
This commit is contained in:
parent
badaf7bbb2
commit
286fceb541
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140916
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user