Remove a useless printf.
This commit is contained in:
parent
97216e04f1
commit
c8a2d8f19c
@ -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…
x
Reference in New Issue
Block a user