mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove reference to ata resource in print_child.
This commit is contained in:
parent
accf6b7248
commit
1fea81e0da
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ ata_iobus_print_child(device_t dev, device_t child)
|
|||
int retval = 0;
|
||||
|
||||
retval += bus_print_child_header(dev, child);
|
||||
retval += printf(": at 0x%lx", rman_get_start(ch->r_io));
|
||||
/* irq ? */
|
||||
retval += bus_print_child_footer(dev, child);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue