Remove debugging printf that never triggered because acpi is the first
user of nexus::bus_get_resource.
This commit is contained in:
parent
047b953bcd
commit
c6c389418c
@ -519,8 +519,6 @@ nexus_get_resource(device_t dev, device_t child, int type, int rid, u_long *star
|
||||
struct resource_list_entry *rle;
|
||||
|
||||
rle = resource_list_find(rl, type, rid);
|
||||
device_printf(child, "type %d rid %d startp %p countp %p - got %p\n",
|
||||
type, rid, startp, countp, rle);
|
||||
if (!rle)
|
||||
return(ENOENT);
|
||||
if (startp)
|
||||
|
Loading…
Reference in New Issue
Block a user