1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305752

View File

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