mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove a useless printf.
This commit is contained in:
parent
97216e04f1
commit
c8a2d8f19c
1 changed files with 0 additions and 1 deletions
|
|
@ -258,7 +258,6 @@ iq80321_attach(device_t dev)
|
|||
device_add_child(dev, "pcib", busno);
|
||||
bus_generic_probe(dev);
|
||||
bus_generic_attach(dev);
|
||||
printf("attach\n");
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue