Remove explicit device_verbose() from the t4iov driver detach routine

now that this case is handled generically.
This commit is contained in:
John Baldwin 2016-09-12 18:07:06 +00:00
parent 71499f6a2d
commit 1fedfdd5c1

View File

@ -217,7 +217,6 @@ t4iov_detach(device_t dev)
if (error)
return (error);
}
device_verbose(dev);
return (0);
}